#B52097

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

Shades of Medium Violet Red #B52097

Tints of Medium Violet Red #B52097

Color information

#B52097 (or 0xB52097) is unknown color: approx Medium Violet Red. HEX triplet: B5, 20 and 97. RGB value is (181,32,151). Sum of RGB (Red+Green+Blue) = 181+32+151=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B52097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52097 is #4ADF68. Grayscale: #595959. Windows color (decimal): -4906857 or 9904309. OLE color: 9904309.

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

Color convert

RGB18132151-
CMYK00.820.170.29
HSL312.08º69.95%41.76%-
HSV(B)312.08º82.32%70.98%-
XYZ25.1613.0930.48-
YUV90.12162.36192.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 32 (12.89% from 255) = 8.79%
BLUE value IS 151 (59.38% from 255) = 41.48%
R=49.73%
G=8.79%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813215100.820.170.29312.0869.9541.76
HexB52097052111D138462a
Octal265402270122213547010652
Binary10110101100000100101110101001010001111011001110001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52097; }

 p { color: rgb(181,32,151); }

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

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

 a { background-color: rgb(181,32,151); }

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

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

 span { border-color: rgb(181,32,151); }

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