#B22872

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

Shades of Medium Red Violet #B22872

Tints of Medium Red Violet #B22872

Color information

#B22872 (or 0xB22872) is unknown color: approx Medium Red Violet. HEX triplet: B2, 28 and 72. RGB value is (178,40,114). Sum of RGB (Red+Green+Blue) = 178+40+114=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B22872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22872 is #4DD78D. Grayscale: #595959. Windows color (decimal): -5101454 or 7481522. OLE color: 7481522.

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

Color convert

RGB17840114-
CMYK00.780.360.30
HSL327.83º63.3%42.75%-
HSV(B)327.83º77.53%69.8%-
XYZ22.1612.217.11-
YUV89.7141.72190.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 40 (16.02% from 255) = 12.05%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=53.61%
G=12.05%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784011400.780.360.30327.8363.342.75
HexB2287204E241E1483f2b
Octal26250162011644365107753
Binary1011001010100011100100100111010010011110101001000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22872; }

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

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

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

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

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

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

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

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