#BB1AAF

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

Shades of Deep Magenta #BB1AAF

Tints of Deep Magenta #BB1AAF

Color information

#BB1AAF (or 0xBB1AAF) is unknown color: approx Deep Magenta. HEX triplet: BB, 1A and AF. RGB value is (187,26,175). Sum of RGB (Red+Green+Blue) = 187+26+175=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1AAF is #44E550. Grayscale: #5A5A5A. Windows color (decimal): -4515153 or 11475643. OLE color: 11475643.

HSL color Cylindrical-coordinate representation of color #BB1AAF: hue angle of 304.47º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1AAF is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18726175-
CMYK00.860.060.27
HSL304.47º75.59%41.76%-
HSV(B)304.47º86.1%73.33%-
XYZ28.614.441.83-
YUV91.12175.34196.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 26 (10.55% from 255) = 6.70%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=48.20%
G=6.70%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872617500.860.060.27304.4775.5941.76
HexBB1AAF05661B1304c2a
Octal27332257012663346011452
Binary10111011110101010111101010110110110111001100001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1AAF; }

 p { color: rgb(187,26,175); }

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

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

 a { background-color: rgb(187,26,175); }

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

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

 span { border-color: rgb(187,26,175); }

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