#B50C8E

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

Shades of Medium Violet Red #B50C8E

Tints of Medium Violet Red #B50C8E

Color information

#B50C8E (or 0xB50C8E) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0C and 8E. RGB value is (181,12,142). Sum of RGB (Red+Green+Blue) = 181+12+142=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50C8E is #4AF371. Grayscale: #4D4D4D. Windows color (decimal): -4911986 or 9309365. OLE color: 9309365.

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

Color convert

RGB18112142-
CMYK00.930.220.29
HSL313.85º87.56%37.84%-
HSV(B)313.85º93.37%70.98%-
XYZ24.0712.0426.65-
YUV77.35164.49201.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=54.03%
G=3.58%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811214200.930.220.29313.8587.5637.84
HexB5C8E05D161D13a5826
Octal265142160135263547213046
Binary101101011100100011100101110110110111011001110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C8E; }

 p { color: rgb(181,12,142); }

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

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

 a { background-color: rgb(181,12,142); }

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

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

 span { border-color: rgb(181,12,142); }

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