#B50E77

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

Shades of Medium Violet Red #B50E77

Tints of Medium Violet Red #B50E77

Color information

#B50E77 (or 0xB50E77) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0E and 77. RGB value is (181,14,119). Sum of RGB (Red+Green+Blue) = 181+14+119=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E77 is #4AF188. Grayscale: #4B4B4B. Windows color (decimal): -4911497 or 7802549. OLE color: 7802549.

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

Color convert

RGB18114119-
CMYK00.920.340.29
HSL322.28º85.64%38.24%-
HSV(B)322.28º92.27%70.98%-
XYZ22.5411.4718.48-
YUV75.9152.33202.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 14 (5.86% from 255) = 4.46%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=57.64%
G=4.46%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811411900.920.340.29322.2885.6438.24
HexB5E7705C221D1425626
Octal265161670134423550212646
Binary101101011110111011101011100100010111011010000101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E77; }

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

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

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

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

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

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

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

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