#B50A8E

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

Shades of Medium Violet Red #B50A8E

Tints of Medium Violet Red #B50A8E

Color information

#B50A8E (or 0xB50A8E) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0A and 8E. RGB value is (181,10,142). Sum of RGB (Red+Green+Blue) = 181+10+142=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50A8E is #4AF571. Grayscale: #4B4B4B. Windows color (decimal): -4912498 or 9308853. OLE color: 9308853.

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

Color convert

RGB18110142-
CMYK00.940.220.29
HSL313.68º89.53%37.45%-
HSV(B)313.68º94.48%70.98%-
XYZ24.0511.9926.64-
YUV76.18165.15202.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=54.35%
G=3.00%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811014200.940.220.29313.6889.5337.45
HexB5A8E05E161D13a5a25
Octal265122160136263547213245
Binary101101011010100011100101111010110111011001110101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50A8E; }

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

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

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

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

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

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

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

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