#B53576

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

Shades of Medium Red Violet #B53576

Tints of Medium Red Violet #B53576

Color information

#B53576 (or 0xB53576) is unknown color: approx Medium Red Violet. HEX triplet: B5, 35 and 76. RGB value is (181,53,118). Sum of RGB (Red+Green+Blue) = 181+53+118=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B53576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53576 is #4ACA89. Grayscale: #626262. Windows color (decimal): -4901514 or 7746997. OLE color: 7746997.

HSL color Cylindrical-coordinate representation of color #B53576: hue angle of 329.53º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53576 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18153118-
CMYK00.710.350.29
HSL329.53º54.7%45.88%-
HSV(B)329.53º70.72%70.98%-
XYZ23.613.6818.54-
YUV98.68138.91186.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=51.42%
G=15.06%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815311800.710.350.29329.5354.745.88
HexB53576047231D14a372e
Octal26565166010743355126756
Binary1011010111010111101100100011110001111101101001010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53576; }

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

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

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

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

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

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

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

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