#b20db0

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

Shades of Deep Magenta #B20DB0

Tints of Deep Magenta #B20DB0

Color information

#B20DB0 (or 0xB20DB0) is unknown color: approx Deep Magenta. HEX triplet: B2, 0D and B0. RGB value is (178,13,176). Sum of RGB (Red+Green+Blue) = 178+13+176=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B20DB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DB0 is #4DF24F. Grayscale: #505050. Windows color (decimal): -5108304 or 11537842. OLE color: 11537842.

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

Color convert

RGB17813176-
CMYK00.930.010.30
HSL300.73º86.39%37.45%-
HSV(B)300.73º92.7%69.8%-
XYZ26.3412.8942.17-
YUV80.92181.66197.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 13 (5.47% from 255) = 3.54%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=48.50%
G=3.54%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781317600.930.010.30300.7386.3937.45
HexB2DB005D11E12d5625
Octal26215260013513645512645
Binary10110010110110110000010111011111101001011011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20db0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20db0; }

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

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

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

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

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

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

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

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