#B51996

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

Shades of Medium Violet Red #B51996

Tints of Medium Violet Red #B51996

Color information

#B51996 (or 0xB51996) is unknown color: approx Medium Violet Red. HEX triplet: B5, 19 and 96. RGB value is (181,25,150). Sum of RGB (Red+Green+Blue) = 181+25+150=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B51996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51996 is #4AE669. Grayscale: #555555. Windows color (decimal): -4908650 or 9836981. OLE color: 9836981.

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

Color convert

RGB18125150-
CMYK00.860.170.29
HSL311.92º75.73%40.39%-
HSV(B)311.92º86.19%70.98%-
XYZ24.9112.7230-
YUV85.89164.18195.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 25 (10.16% from 255) = 7.02%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=50.84%
G=7.02%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812515000.860.170.29311.9275.7340.39
HexB51996056111D1384c28
Octal265312260126213547011450
Binary1011010111001100101100101011010001111011001110001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51996; }

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

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

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

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

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

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

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

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