#B20BB2

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

Shades of Deep Magenta #B20BB2

Tints of Deep Magenta #B20BB2

Color information

#B20BB2 (or 0xB20BB2) is unknown color: approx Deep Magenta. HEX triplet: B2, 0B and B2. RGB value is (178,11,178). Sum of RGB (Red+Green+Blue) = 178+11+178=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B20BB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BB2 is #4DF44D. Grayscale: #4F4F4F. Windows color (decimal): -5108814 or 11668402. OLE color: 11668402.

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

Color convert

RGB17811178-
CMYK00.9400.30
HSL300º88.36%37.06%-
HSV(B)300º93.82%69.8%-
XYZ26.5212.9243.22-
YUV79.97183.33197.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 11 (4.69% from 255) = 3.00%
BLUE value IS 178 (69.92% from 255) = 48.50%
R=48.50%
G=3.00%
B=48.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781117800.9400.3030088.3637.06
HexB2BB205E01E12c5825
Octal26213262013603645413045
Binary10110010101110110010010111100111101001011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20BB2; }

 p { color: rgb(178,11,178); }

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

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

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

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

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

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

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