#b22c87

Color #B22C87 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B22C87

Tints of Medium Red Violet #B22C87

Color information

#B22C87 (or 0xB22C87) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2C and 87. RGB value is (178,44,135). Sum of RGB (Red+Green+Blue) = 178+44+135=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22C87 is #4DD378. Grayscale: #5E5E5E. Windows color (decimal): -5100409 or 8858802. OLE color: 8858802.

HSL color Cylindrical-coordinate representation of color #B22C87: hue angle of 319.25º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22C87 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17844135-
CMYK00.750.240.30
HSL319.25º60.36%43.53%-
HSV(B)319.25º75.28%69.8%-
XYZ23.6313.0224.19-
YUV94.44150.89187.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 44 (17.58% from 255) = 12.32%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=49.86%
G=12.32%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784413500.750.240.30319.2560.3643.53
HexB22C8704B181E13f3c2c
Octal26254207011330364777454
Binary1011001010110010000111010010111100011110100111111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22c87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22c87; }

 p { color: rgb(178,44,135); }

 H1.HeaderClassName
 {
   color: #b22c87;
 }
 .AnyTagClassName
 {
   color: #b22c87;
 }
</style>
background-color css

<style>
 a { background-color: #b22c87; }

 a { background-color: rgb(178,44,135); }

 div.DivClassName
 {
   background-color: #b22c87;
 }
 .BgClassName
 {
   background-color: #b22c87;
 }
</style>
border-color css

<style>
 span { border-color: #b22c87; }

 span { border-color: rgb(178,44,135); }

 td.TdClassName
 {
   border-color: #b22c87;
 }
 .TagClassName
 {
   border-color: #b22c87;
 }
</style>