#b52376

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

Shades of Medium Red Violet #B52376

Tints of Medium Red Violet #B52376

Color information

#B52376 (or 0xB52376) is unknown color: approx Medium Red Violet. HEX triplet: B5, 23 and 76. RGB value is (181,35,118). Sum of RGB (Red+Green+Blue) = 181+35+118=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B52376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52376 is #4ADC89. Grayscale: #575757. Windows color (decimal): -4906122 or 7742389. OLE color: 7742389.

HSL color Cylindrical-coordinate representation of color #B52376: hue angle of 325.89º 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 #B52376 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18135118-
CMYK00.810.350.29
HSL325.89º67.59%42.35%-
HSV(B)325.89º80.66%70.98%-
XYZ22.9312.3318.31-
YUV88.12144.87194.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 35 (14.06% from 255) = 10.48%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=54.19%
G=10.48%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813511800.810.350.29325.8967.5942.35
HexB52376051231D146442a
Octal265431660121433550610452
Binary10110101100011111011001010001100011111011010001101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52376; }

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

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

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

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

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

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

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

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