#B72072

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

Shades of Medium Red Violet #B72072

Tints of Medium Red Violet #B72072

Color information

#B72072 (or 0xB72072) is unknown color: approx Medium Red Violet. HEX triplet: B7, 20 and 72. RGB value is (183,32,114). Sum of RGB (Red+Green+Blue) = 183+32+114=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B72072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72072 is #48DF8D. Grayscale: #565656. Windows color (decimal): -4775822 or 7479479. OLE color: 7479479.

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

Color convert

RGB18332114-
CMYK00.830.380.28
HSL327.42º70.23%42.16%-
HSV(B)327.42º82.51%71.76%-
XYZ23.0812.3217.08-
YUV86.5143.53196.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 32 (12.89% from 255) = 9.73%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=55.62%
G=9.73%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833211400.830.380.28327.4270.2342.16
HexB72072053261C147462a
Octal267401620123463450710652
Binary10110111100000111001001010011100110111001010001111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72072; }

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

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

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

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

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

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

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

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