#B20E8A

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

Shades of Medium Violet Red #B20E8A

Tints of Medium Violet Red #B20E8A

Color information

#B20E8A (or 0xB20E8A) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0E and 8A. RGB value is (178,14,138). Sum of RGB (Red+Green+Blue) = 178+14+138=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20E8A is #4DF175. Grayscale: #4C4C4C. Windows color (decimal): -5108086 or 9047730. OLE color: 9047730.

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

Color convert

RGB17814138-
CMYK00.920.220.30
HSL314.63º85.42%37.65%-
HSV(B)314.63º92.13%69.8%-
XYZ23.111.6125.07-
YUV77.17162.33199.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 14 (5.86% from 255) = 4.24%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=53.94%
G=4.24%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781413800.920.220.30314.6385.4237.65
HexB2E8A05C161E13b5526
Octal262162120134263647312546
Binary101100101110100010100101110010110111101001110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E8A; }

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

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

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

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

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

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

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

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