#B50E80

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

Shades of Medium Violet Red #B50E80

Tints of Medium Violet Red #B50E80

Color information

#B50E80 (or 0xB50E80) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0E and 80. RGB value is (181,14,128). Sum of RGB (Red+Green+Blue) = 181+14+128=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50E80 is #4AF17F. Grayscale: #4C4C4C. Windows color (decimal): -4911488 or 8392373. OLE color: 8392373.

HSL color Cylindrical-coordinate representation of color #B50E80: hue angle of 319.04º 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 #B50E80 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18114128-
CMYK00.920.290.29
HSL319.04º85.64%38.24%-
HSV(B)319.04º92.27%70.98%-
XYZ23.1111.721.46-
YUV76.93156.83202.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.04%
GREEN value IS 14 (5.86% from 255) = 4.33%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=56.04%
G=4.33%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811412800.920.290.29319.0485.6438.24
HexB5E8005C1D1D13f5626
Octal265162000134353547712646
Binary101101011110100000000101110011101111011001111111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E80; }

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

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

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

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

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

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

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

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