#B202AE

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

Shades of Deep Magenta #B202AE

Tints of Deep Magenta #B202AE

Color information

#B202AE (or 0xB202AE) is unknown color: approx Deep Magenta. HEX triplet: B2, 02 and AE. RGB value is (178,2,174). Sum of RGB (Red+Green+Blue) = 178+2+174=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B202AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B202AE is #4DFD51. Grayscale: #494949. Windows color (decimal): -5111122 or 11403954. OLE color: 11403954.

HSL color Cylindrical-coordinate representation of color #B202AE: hue angle of 301.36º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202AE is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB1782174-
CMYK00.990.020.30
HSL301.36º97.78%35.29%-
HSV(B)301.36º98.88%69.8%-
XYZ26.0212.5641.1-
YUV74.23184.31202.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=50.28%
G=0.56%
B=49.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178217400.990.020.30301.3697.7835.29
HexB22AE06321E12d6223
Octal2622256014323645514243
Binary1011001010101011100110001110111101001011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B202AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B202AE; }

 p { color: rgb(178,2,174); }

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

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

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

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

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

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

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