#B72573

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

Shades of Medium Red Violet #B72573

Tints of Medium Red Violet #B72573

Color information

#B72573 (or 0xB72573) is unknown color: approx Medium Red Violet. HEX triplet: B7, 25 and 73. RGB value is (183,37,115). Sum of RGB (Red+Green+Blue) = 183+37+115=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B72573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72573 is #48DA8C. Grayscale: #595959. Windows color (decimal): -4774541 or 7546295. OLE color: 7546295.

HSL color Cylindrical-coordinate representation of color #B72573: hue angle of 327.95º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72573 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18337115-
CMYK00.800.370.28
HSL327.95º66.36%43.14%-
HSV(B)327.95º79.78%71.76%-
XYZ23.2812.6317.43-
YUV89.55142.37194.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 37 (14.84% from 255) = 11.04%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=54.63%
G=11.04%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833711500.800.370.28327.9566.3643.14
HexB72573050251C148422b
Octal267451630120453451010253
Binary10110111100101111001101010000100101111001010010001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72573; }

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

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

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

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

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

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

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

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