#B52D86

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

Shades of Medium Red Violet #B52D86

Tints of Medium Red Violet #B52D86

Color information

#B52D86 (or 0xB52D86) is unknown color: approx Medium Red Violet. HEX triplet: B5, 2D and 86. RGB value is (181,45,134). Sum of RGB (Red+Green+Blue) = 181+45+134=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D86 is #4AD279. Grayscale: #5F5F5F. Windows color (decimal): -4903546 or 8793525. OLE color: 8793525.

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

Color convert

RGB18145134-
CMYK00.750.260.29
HSL320.74º60.18%44.31%-
HSV(B)320.74º75.14%70.98%-
XYZ24.313.4223.86-
YUV95.81149.56188.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.28%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=50.28%
G=12.5%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814513400.750.260.29320.7460.1844.31
HexB52D8604B1A1D1413c2c
Octal26555206011332355017454
Binary1011010110110110000110010010111101011101101000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52D86; }

 p { color: rgb(181,45,134); }

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

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

 a { background-color: rgb(181,45,134); }

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

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

 span { border-color: rgb(181,45,134); }

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