#B820B2

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

Shades of Deep Magenta #B820B2

Tints of Deep Magenta #B820B2

Color information

#B820B2 (or 0xB820B2) is unknown color: approx Deep Magenta. HEX triplet: B8, 20 and B2. RGB value is (184,32,178). Sum of RGB (Red+Green+Blue) = 184+32+178=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B820B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B820B2 is #47DF4D. Grayscale: #5D5D5D. Windows color (decimal): -4710222 or 11673784. OLE color: 11673784.

HSL color Cylindrical-coordinate representation of color #B820B2: hue angle of 302.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B820B2 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18432178-
CMYK00.830.030.28
HSL302.37º70.37%42.35%-
HSV(B)302.37º82.61%72.16%-
XYZ28.3214.4443.41-
YUV94.09175.36192.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 32 (12.89% from 255) = 8.12%
BLUE value IS 178 (69.92% from 255) = 45.18%
R=46.70%
G=8.12%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843217800.830.030.28302.3770.3742.35
HexB820B205331C12e462a
Octal27040262012333445610652
Binary10111000100000101100100101001111111001001011101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B820B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B820B2; }

 p { color: rgb(184,32,178); }

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

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

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

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

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

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

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