#B22172

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

Shades of Medium Red Violet #B22172

Tints of Medium Red Violet #B22172

Color information

#B22172 (or 0xB22172) is unknown color: approx Medium Red Violet. HEX triplet: B2, 21 and 72. RGB value is (178,33,114). Sum of RGB (Red+Green+Blue) = 178+33+114=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B22172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22172 is #4DDE8D. Grayscale: #555555. Windows color (decimal): -5103246 or 7479730. OLE color: 7479730.

HSL color Cylindrical-coordinate representation of color #B22172: hue angle of 326.48º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22172 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17833114-
CMYK00.810.360.30
HSL326.48º68.72%41.37%-
HSV(B)326.48º81.46%69.8%-
XYZ21.9411.7717.03-
YUV85.59144.04193.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 33 (13.28% from 255) = 10.15%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=54.77%
G=10.15%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783311400.810.360.30326.4868.7241.37
HexB22172051241E1464529
Octal262411620121443650610551
Binary10110010100001111001001010001100100111101010001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22172; }

 p { color: rgb(178,33,114); }

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

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

 a { background-color: rgb(178,33,114); }

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

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

 span { border-color: rgb(178,33,114); }

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