#B72872

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

Shades of Medium Red Violet #B72872

Tints of Medium Red Violet #B72872

Color information

#B72872 (or 0xB72872) is unknown color: approx Medium Red Violet. HEX triplet: B7, 28 and 72. RGB value is (183,40,114). Sum of RGB (Red+Green+Blue) = 183+40+114=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B72872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72872 is #48D78D. Grayscale: #5B5B5B. Windows color (decimal): -4773774 or 7481527. OLE color: 7481527.

HSL color Cylindrical-coordinate representation of color #B72872: hue angle of 328.95º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72872 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18340114-
CMYK00.780.380.28
HSL328.95º64.13%43.73%-
HSV(B)328.95º78.14%71.76%-
XYZ23.3212.817.16-
YUV91.19140.88193.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=54.30%
G=11.87%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834011400.780.380.28328.9564.1343.73
HexB7287204E261C149402c
Octal267501620116463451110054
Binary10110111101000111001001001110100110111001010010011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72872; }

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

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

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

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

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

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

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

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