#B50D96

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

Shades of Medium Violet Red #B50D96

Tints of Medium Violet Red #B50D96

Color information

#B50D96 (or 0xB50D96) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0D and 96. RGB value is (181,13,150). Sum of RGB (Red+Green+Blue) = 181+13+150=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50D96 is #4AF269. Grayscale: #4E4E4E. Windows color (decimal): -4911722 or 9833909. OLE color: 9833909.

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

Color convert

RGB18113150-
CMYK00.930.170.29
HSL311.07º86.6%38.04%-
HSV(B)311.07º92.82%70.98%-
XYZ24.7112.3129.93-
YUV78.85168.16200.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 13 (5.47% from 255) = 3.78%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=52.62%
G=3.78%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811315000.930.170.29311.0786.638.04
HexB5D9605D111D1375726
Octal265152260135213546712746
Binary101101011101100101100101110110001111011001101111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D96; }

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

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

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

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

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

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

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

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