#B602AE

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

Shades of Deep Magenta #B602AE

Tints of Deep Magenta #B602AE

Color information

#B602AE (or 0xB602AE) is unknown color: approx Deep Magenta. HEX triplet: B6, 02 and AE. RGB value is (182,2,174). Sum of RGB (Red+Green+Blue) = 182+2+174=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B602AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B602AE is #49FD51. Grayscale: #4A4A4A. Windows color (decimal): -4848978 or 11403958. OLE color: 11403958.

HSL color Cylindrical-coordinate representation of color #B602AE: hue angle of 302.67º 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 #B602AE is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB1822174-
CMYK00.990.040.29
HSL302.67º97.83%36.08%-
HSV(B)302.67º98.9%71.37%-
XYZ26.9513.0441.14-
YUV75.43183.63204.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=50.84%
G=0.56%
B=48.60%

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
Decimal182217400.990.040.29302.6797.8336.08
HexB62AE06341D12f6224
Octal2662256014343545714244
Binary10110110101010111001100011100111011001011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B602AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B602AE; }

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

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

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

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

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

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

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

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