#B50E76

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

Shades of Medium Violet Red #B50E76

Tints of Medium Violet Red #B50E76

Color information

#B50E76 (or 0xB50E76) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0E and 76. RGB value is (181,14,118). Sum of RGB (Red+Green+Blue) = 181+14+118=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E76 is #4AF189. Grayscale: #4B4B4B. Windows color (decimal): -4911498 or 7737013. OLE color: 7737013.

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

Color convert

RGB18114118-
CMYK00.920.350.29
HSL322.63º85.64%38.24%-
HSV(B)322.63º92.27%70.98%-
XYZ22.4811.4518.16-
YUV75.79151.83203.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 14 (5.86% from 255) = 4.47%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=57.83%
G=4.47%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811411800.920.350.29322.6385.6438.24
HexB5E7605C231D1435626
Octal265161660134433550312646
Binary101101011110111011001011100100011111011010000111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E76; }

 p { color: rgb(181,14,118); }

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

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

 a { background-color: rgb(181,14,118); }

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

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

 span { border-color: rgb(181,14,118); }

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