#B50B96

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

Shades of Medium Violet Red #B50B96

Tints of Medium Violet Red #B50B96

Color information

#B50B96 (or 0xB50B96) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0B and 96. RGB value is (181,11,150). Sum of RGB (Red+Green+Blue) = 181+11+150=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50B96 is #4AF469. Grayscale: #4D4D4D. Windows color (decimal): -4912234 or 9833397. OLE color: 9833397.

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

Color convert

RGB18111150-
CMYK00.940.170.29
HSL310.94º88.54%37.65%-
HSV(B)310.94º93.92%70.98%-
XYZ24.6812.2729.92-
YUV77.68168.82201.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 11 (4.69% from 255) = 3.22%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=52.92%
G=3.22%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811115000.940.170.29310.9488.5437.65
HexB5B9605E111D1375926
Octal265132260136213546713146
Binary101101011011100101100101111010001111011001101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50B96; }

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

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

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

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

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

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

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

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