#B72073

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

Shades of Medium Red Violet #B72073

Tints of Medium Red Violet #B72073

Color information

#B72073 (or 0xB72073) is unknown color: approx Medium Red Violet. HEX triplet: B7, 20 and 73. RGB value is (183,32,115). Sum of RGB (Red+Green+Blue) = 183+32+115=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B72073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72073 is #48DF8C. Grayscale: #565656. Windows color (decimal): -4775821 or 7545015. OLE color: 7545015.

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

Color convert

RGB18332115-
CMYK00.830.370.28
HSL327.02º70.23%42.16%-
HSV(B)327.02º82.51%71.76%-
XYZ23.1412.3417.38-
YUV86.61144.03196.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 32 (12.89% from 255) = 9.70%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=55.45%
G=9.70%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833211500.830.370.28327.0270.2342.16
HexB72073053251C147462a
Octal267401630123453450710652
Binary10110111100000111001101010011100101111001010001111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72073; }

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

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

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

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

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

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

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

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