#B72071

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

Shades of Medium Red Violet #B72071

Tints of Medium Red Violet #B72071

Color information

#B72071 (or 0xB72071) is unknown color: approx Medium Red Violet. HEX triplet: B7, 20 and 71. RGB value is (183,32,113). Sum of RGB (Red+Green+Blue) = 183+32+113=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B72071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72071 is #48DF8E. Grayscale: #565656. Windows color (decimal): -4775823 or 7413943. OLE color: 7413943.

HSL color Cylindrical-coordinate representation of color #B72071: hue angle of 327.81º 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 #B72071 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18332113-
CMYK00.830.380.28
HSL327.81º70.23%42.16%-
HSV(B)327.81º82.51%71.76%-
XYZ23.0312.2916.78-
YUV86.38143.03196.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 32 (12.89% from 255) = 9.76%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=55.79%
G=9.76%
B=34.45%

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
Decimal1833211300.830.380.28327.8170.2342.16
HexB72071053261C148462a
Octal267401610123463451010652
Binary10110111100000111000101010011100110111001010010001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72071; }

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

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

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

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

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

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

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

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