#B52B78

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

Shades of Medium Red Violet #B52B78

Tints of Medium Red Violet #B52B78

Color information

#B52B78 (or 0xB52B78) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2B and 78. RGB value is (181,43,120). Sum of RGB (Red+Green+Blue) = 181+43+120=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52B78 is #4AD487. Grayscale: #5C5C5C. Windows color (decimal): -4904072 or 7875509. OLE color: 7875509.

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

Color convert

RGB18143120-
CMYK00.760.340.29
HSL326.52º61.61%43.92%-
HSV(B)326.52º76.24%70.98%-
XYZ23.3112.9119.03-
YUV93.04143.22190.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 43 (17.19% from 255) = 12.5%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=52.62%
G=12.5%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814312000.760.340.29326.5261.6143.92
HexB52B7804C221D1473e2c
Octal26553170011442355077654
Binary1011010110101111110000100110010001011101101000111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B78; }

 p { color: rgb(181,43,120); }

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

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

 a { background-color: rgb(181,43,120); }

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

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

 span { border-color: rgb(181,43,120); }

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