#B20DA8

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

Shades of Deep Magenta #B20DA8

Tints of Deep Magenta #B20DA8

Color information

#B20DA8 (or 0xB20DA8) is unknown color: approx Deep Magenta. HEX triplet: B2, 0D and A8. RGB value is (178,13,168). Sum of RGB (Red+Green+Blue) = 178+13+168=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B20DA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DA8 is #4DF257. Grayscale: #4F4F4F. Windows color (decimal): -5108312 or 11013554. OLE color: 11013554.

HSL color Cylindrical-coordinate representation of color #B20DA8: hue angle of 303.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20DA8 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17813168-
CMYK00.930.060.30
HSL303.64º86.39%37.45%-
HSV(B)303.64º92.7%69.8%-
XYZ25.5712.5838.13-
YUV80177.66197.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 13 (5.47% from 255) = 3.62%
BLUE value IS 168 (66.02% from 255) = 46.80%
R=49.58%
G=3.62%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781316800.930.060.30303.6486.3937.45
HexB2DA805D61E1305625
Octal26215250013563646012645
Binary1011001011011010100001011101110111101001100001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20DA8; }

 p { color: rgb(178,13,168); }

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

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

 a { background-color: rgb(178,13,168); }

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

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

 span { border-color: rgb(178,13,168); }

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