#b50e84

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

Shades of Medium Violet Red #B50E84

Tints of Medium Violet Red #B50E84

Color information

#B50E84 (or 0xB50E84) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0E and 84. RGB value is (181,14,132). Sum of RGB (Red+Green+Blue) = 181+14+132=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50E84 is #4AF17B. Grayscale: #4D4D4D. Windows color (decimal): -4911484 or 8654517. OLE color: 8654517.

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

Color convert

RGB18114132-
CMYK00.920.270.29
HSL317.6º85.64%38.24%-
HSV(B)317.6º92.27%70.98%-
XYZ23.3811.822.88-
YUV77.39158.83201.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 14 (5.86% from 255) = 4.28%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=55.35%
G=4.28%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811413200.920.270.29317.685.6438.24
HexB5E8405C1B1D13e5626
Octal265162040134333547612646
Binary101101011110100001000101110011011111011001111101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50e84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50e84; }

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

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

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

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

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

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

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

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