#BB00A6

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

Shades of Deep Magenta #BB00A6

Tints of Deep Magenta #BB00A6

Color information

#BB00A6 (or 0xBB00A6) is unknown color: approx Deep Magenta. HEX triplet: BB, 00 and A6. RGB value is (187,0,166). Sum of RGB (Red+Green+Blue) = 187+0+166=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB00A6 is #44FF59. Grayscale: #4A4A4A. Windows color (decimal): -4521818 or 10879163. OLE color: 10879163.

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

Color convert

RGB1870166-
CMYK010.110.27
HSL306.74º100%36.67%-
HSV(B)306.74º100%73.33%-
XYZ27.3813.3237.2-
YUV74.84179.45208-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 166 (65.23% from 255) = 47.03%
R=52.97%
G=0%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870166010.110.27306.7410036.67
HexBB0A6064B1B1336425
Octal27302460144133346314445
Binary10111011010100110011001001011110111001100111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00A6; }

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

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

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

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

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

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

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

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