#B72B72

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

Shades of Medium Red Violet #B72B72

Tints of Medium Red Violet #B72B72

Color information

#B72B72 (or 0xB72B72) is unknown color: approx Medium Red Violet. HEX triplet: B7, 2B and 72. RGB value is (183,43,114). Sum of RGB (Red+Green+Blue) = 183+43+114=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72B72 is #48D48D. Grayscale: #5C5C5C. Windows color (decimal): -4773006 or 7482295. OLE color: 7482295.

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

Color convert

RGB18343114-
CMYK00.770.380.28
HSL329.57º61.95%44.31%-
HSV(B)329.57º76.5%71.76%-
XYZ23.4313.0117.2-
YUV92.95139.88192.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 43 (17.19% from 255) = 12.65%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=53.82%
G=12.65%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834311400.770.380.28329.5761.9544.31
HexB72B7204D261C14a3e2c
Octal26753162011546345127654
Binary1011011110101111100100100110110011011100101001010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72B72; }

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

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

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

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

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

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

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

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