#bb02a6

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

Shades of Deep Magenta #BB02A6

Tints of Deep Magenta #BB02A6

Color information

#BB02A6 (or 0xBB02A6) is unknown color: approx Deep Magenta. HEX triplet: BB, 02 and A6. RGB value is (187,2,166). Sum of RGB (Red+Green+Blue) = 187+2+166=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB02A6 is #44FD59. Grayscale: #4B4B4B. Windows color (decimal): -4521306 or 10879675. OLE color: 10879675.

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

Color convert

RGB1872166-
CMYK00.990.110.27
HSL306.81º97.88%37.06%-
HSV(B)306.81º98.93%73.33%-
XYZ27.413.3637.21-
YUV76.01178.79207.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 166 (65.23% from 255) = 46.76%
R=52.68%
G=0.56%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187216600.990.110.27306.8197.8837.06
HexBB2A6063B1B1336225
Octal27322460143133346314245
Binary101110111010100110011000111011110111001100111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb02a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb02a6; }

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

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

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

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

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

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

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

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