#B20E87

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

Shades of Medium Violet Red #B20E87

Tints of Medium Violet Red #B20E87

Color information

#B20E87 (or 0xB20E87) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0E and 87. RGB value is (178,14,135). Sum of RGB (Red+Green+Blue) = 178+14+135=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20E87 is #4DF178. Grayscale: #4C4C4C. Windows color (decimal): -5108089 or 8851122. OLE color: 8851122.

HSL color Cylindrical-coordinate representation of color #B20E87: hue angle of 315.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E87 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17814135-
CMYK00.920.240.30
HSL315.73º85.42%37.65%-
HSV(B)315.73º92.13%69.8%-
XYZ22.8911.5323.94-
YUV76.83160.83200.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 14 (5.86% from 255) = 4.28%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=54.43%
G=4.28%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781413500.920.240.30315.7385.4237.65
HexB2E8705C181E13c5526
Octal262162070134303647412546
Binary101100101110100001110101110011000111101001111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E87; }

 p { color: rgb(178,14,135); }

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

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

 a { background-color: rgb(178,14,135); }

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

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

 span { border-color: rgb(178,14,135); }

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