#B602BB

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

Shades of Deep Magenta #B602BB

Tints of Deep Magenta #B602BB

Color information

#B602BB (or 0xB602BB) is unknown color: approx Deep Magenta. HEX triplet: B6, 02 and BB. RGB value is (182,2,187). Sum of RGB (Red+Green+Blue) = 182+2+187=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #B602BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602BB is #49FD44. Grayscale: #4C4C4C. Windows color (decimal): -4848965 or 12255926. OLE color: 12255926.

HSL color Cylindrical-coordinate representation of color #B602BB: hue angle of 298.38º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602BB is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1822187-
CMYK0.030.9900.27
HSL298.38º97.88%37.06%-
HSV(B)298.38º98.93%73.33%-
XYZ28.2813.5848.14-
YUV76.91190.13202.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=49.06%
G=0.54%
B=50.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18221870.030.9900.27298.3897.8837.06
HexB62BB36301B12a6225
Octal2662273314303345214245
Binary1011011010101110111111000110110111001010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B602BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B602BB; }

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

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

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

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

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

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

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

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