#B20E90

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

Shades of Medium Violet Red #B20E90

Tints of Medium Violet Red #B20E90

Color information

#B20E90 (or 0xB20E90) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0E and 90. RGB value is (178,14,144). Sum of RGB (Red+Green+Blue) = 178+14+144=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20E90 is #4DF16F. Grayscale: #4D4D4D. Windows color (decimal): -5108080 or 9440946. OLE color: 9440946.

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

Color convert

RGB17814144-
CMYK00.920.190.30
HSL312.44º85.42%37.65%-
HSV(B)312.44º92.13%69.8%-
XYZ23.5511.7927.42-
YUV77.86165.33199.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 14 (5.86% from 255) = 4.17%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=52.98%
G=4.17%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781414400.920.190.30312.4485.4237.65
HexB2E9005C131E1385526
Octal262162200134233647012546
Binary101100101110100100000101110010011111101001110001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E90; }

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

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

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

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

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

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

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

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