#B52377

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

Shades of Medium Red Violet #B52377

Tints of Medium Red Violet #B52377

Color information

#B52377 (or 0xB52377) is unknown color: approx Medium Red Violet. HEX triplet: B5, 23 and 77. RGB value is (181,35,119). Sum of RGB (Red+Green+Blue) = 181+35+119=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B52377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52377 is #4ADC88. Grayscale: #585858. Windows color (decimal): -4906121 or 7807925. OLE color: 7807925.

HSL color Cylindrical-coordinate representation of color #B52377: hue angle of 325.48º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52377 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18135119-
CMYK00.810.340.29
HSL325.48º67.59%42.35%-
HSV(B)325.48º80.66%70.98%-
XYZ22.9912.3618.63-
YUV88.23145.37194.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 35 (14.06% from 255) = 10.45%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=54.03%
G=10.45%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813511900.810.340.29325.4867.5942.35
HexB52377051221D145442a
Octal265431670121423550510452
Binary10110101100011111011101010001100010111011010001011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52377; }

 p { color: rgb(181,35,119); }

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

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

 a { background-color: rgb(181,35,119); }

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

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

 span { border-color: rgb(181,35,119); }

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