#B52096

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

Shades of Medium Violet Red #B52096

Tints of Medium Violet Red #B52096

Color information

#B52096 (or 0xB52096) is unknown color: approx Medium Violet Red. HEX triplet: B5, 20 and 96. RGB value is (181,32,150). Sum of RGB (Red+Green+Blue) = 181+32+150=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B52096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52096 is #4ADF69. Grayscale: #595959. Windows color (decimal): -4906858 or 9838773. OLE color: 9838773.

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

Color convert

RGB18132150-
CMYK00.820.170.29
HSL312.48º69.95%41.76%-
HSV(B)312.48º82.32%70.98%-
XYZ25.0813.0630.05-
YUV90161.86192.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 32 (12.89% from 255) = 8.82%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=49.86%
G=8.82%
B=41.32%

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
Decimal1813215000.820.170.29312.4869.9541.76
HexB52096052111D138462a
Octal265402260122213547010652
Binary10110101100000100101100101001010001111011001110001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52096; }

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

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

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

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

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

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

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

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