#B502AE

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

Shades of Deep Magenta #B502AE

Tints of Deep Magenta #B502AE

Color information

#B502AE (or 0xB502AE) is unknown color: approx Deep Magenta. HEX triplet: B5, 02 and AE. RGB value is (181,2,174). Sum of RGB (Red+Green+Blue) = 181+2+174=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B502AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B502AE is #4AFD51. Grayscale: #4A4A4A. Windows color (decimal): -4914514 or 11403957. OLE color: 11403957.

HSL color Cylindrical-coordinate representation of color #B502AE: hue angle of 302.35º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B502AE is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB1812174-
CMYK00.990.040.29
HSL302.35º97.81%35.88%-
HSV(B)302.35º98.9%70.98%-
XYZ26.7212.9241.13-
YUV75.13183.8203.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=50.70%
G=0.56%
B=48.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181217400.990.040.29302.3597.8135.88
HexB52AE06341D12e6224
Octal2652256014343545614244
Binary10110101101010111001100011100111011001011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B502AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B502AE; }

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

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

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

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

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

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

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

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