#B602B7

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

Shades of Deep Magenta #B602B7

Tints of Deep Magenta #B602B7

Color information

#B602B7 (or 0xB602B7) is unknown color: approx Deep Magenta. HEX triplet: B6, 02 and B7. RGB value is (182,2,183). Sum of RGB (Red+Green+Blue) = 182+2+183=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #B602B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602B7 is #49FD48. Grayscale: #4B4B4B. Windows color (decimal): -4848969 or 11993782. OLE color: 11993782.

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

Color convert

RGB1822183-
CMYK0.010.9900.28
HSL299.67º97.84%36.27%-
HSV(B)299.67º98.91%71.76%-
XYZ27.8613.4145.92-
YUV76.45188.13203.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 183 (71.88% from 255) = 49.86%
R=49.59%
G=0.54%
B=49.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18221830.010.9900.28299.6797.8436.27
HexB62B716301C12c6224
Octal2662267114303445414244
Binary101101101010110111111000110111001001011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B602B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B602B7; }

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

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

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

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

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

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

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

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