#B50E97

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

Shades of Medium Violet Red #B50E97

Tints of Medium Violet Red #B50E97

Color information

#B50E97 (or 0xB50E97) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0E and 97. RGB value is (181,14,151). Sum of RGB (Red+Green+Blue) = 181+14+151=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50E97 is #4AF168. Grayscale: #4F4F4F. Windows color (decimal): -4911465 or 9899701. OLE color: 9899701.

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

Color convert

RGB18114151-
CMYK00.920.170.29
HSL310.78º85.64%38.24%-
HSV(B)310.78º92.27%70.98%-
XYZ24.812.3730.36-
YUV79.55168.33200.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 14 (5.86% from 255) = 4.05%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=52.31%
G=4.05%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811415100.920.170.29310.7885.6438.24
HexB5E9705C111D1375626
Octal265162270134213546712646
Binary101101011110100101110101110010001111011001101111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E97; }

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

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

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

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

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

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

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

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