#b22f87

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

Shades of Medium Red Violet #B22F87

Tints of Medium Red Violet #B22F87

Color information

#B22F87 (or 0xB22F87) is unknown color: approx Medium Red Violet. HEX triplet: B2, 2F and 87. RGB value is (178,47,135). Sum of RGB (Red+Green+Blue) = 178+47+135=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22F87 is #4DD078. Grayscale: #5F5F5F. Windows color (decimal): -5099641 or 8859570. OLE color: 8859570.

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

Color convert

RGB17847135-
CMYK00.740.240.30
HSL319.69º58.22%44.12%-
HSV(B)319.69º73.6%69.8%-
XYZ23.7513.2524.23-
YUV96.2149.9186.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 47 (18.75% from 255) = 13.06%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=49.44%
G=13.06%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784713500.740.240.30319.6958.2244.12
HexB22F8704A181E1403a2c
Octal26257207011230365007254
Binary1011001010111110000111010010101100011110101000000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22f87; }

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

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

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

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

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

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

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

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