#B50E98

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

Shades of Medium Violet Red #B50E98

Tints of Medium Violet Red #B50E98

Color information

#B50E98 (or 0xB50E98) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0E and 98. RGB value is (181,14,152). Sum of RGB (Red+Green+Blue) = 181+14+152=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50E98 is #4AF167. Grayscale: #4F4F4F. Windows color (decimal): -4911464 or 9965237. OLE color: 9965237.

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

Color convert

RGB18114152-
CMYK00.920.160.29
HSL310.42º85.64%38.24%-
HSV(B)310.42º92.27%70.98%-
XYZ24.8812.430.79-
YUV79.67168.83200.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 14 (5.86% from 255) = 4.03%
BLUE value IS 152 (59.77% from 255) = 43.80%
R=52.16%
G=4.03%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811415200.920.160.29310.4285.6438.24
HexB5E9805C101D1365626
Octal265162300134203546612646
Binary101101011110100110000101110010000111011001101101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E98; }

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

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

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

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

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

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

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

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