#B51296

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

Shades of Medium Violet Red #B51296

Tints of Medium Violet Red #B51296

Color information

#B51296 (or 0xB51296) is unknown color: approx Medium Violet Red. HEX triplet: B5, 12 and 96. RGB value is (181,18,150). Sum of RGB (Red+Green+Blue) = 181+18+150=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B51296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51296 is #4AED69. Grayscale: #515151. Windows color (decimal): -4910442 or 9835189. OLE color: 9835189.

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

Color convert

RGB18118150-
CMYK00.900.170.29
HSL311.41º81.91%39.02%-
HSV(B)311.41º90.06%70.98%-
XYZ24.7812.4629.95-
YUV81.78166.5198.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 18 (7.42% from 255) = 5.16%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=51.86%
G=5.16%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811815000.900.170.29311.4181.9139.02
HexB5129605A111D1375227
Octal265222260132213546712247
Binary1011010110010100101100101101010001111011001101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51296; }

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

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

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

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

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

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

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

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