#B20ED5

Color #B20ED5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B20ED5

Tints of Deep Magenta #B20ED5

Color information

#B20ED5 (or 0xB20ED5) is unknown color: approx Deep Magenta. HEX triplet: B2, 0E and D5. RGB value is (178,14,213). Sum of RGB (Red+Green+Blue) = 178+14+213=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #B20ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ED5 is #4DF12A. Grayscale: #555555. Windows color (decimal): -5108011 or 13962930. OLE color: 13962930.

HSL color Cylindrical-coordinate representation of color #B20ED5: hue angle of 289.45º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20ED5 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17814213-
CMYK0.160.9300.16
HSL289.45º87.67%44.51%-
HSV(B)289.45º93.43%83.53%-
XYZ30.5314.5864.16-
YUV85.72199.83193.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 14 (5.86% from 255) = 3.46%
BLUE value IS 213 (83.59% from 255) = 52.59%
R=43.95%
G=3.46%
B=52.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178142130.160.9300.16289.4587.6744.51
HexB2ED5105D010121582d
Octal262163252013502044113055
Binary101100101110110101011000010111010100001001000011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20ED5; }

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

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

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

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

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

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

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

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