#BB15AC

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

Shades of Deep Magenta #BB15AC

Tints of Deep Magenta #BB15AC

Color information

#BB15AC (or 0xBB15AC) is unknown color: approx Deep Magenta. HEX triplet: BB, 15 and AC. RGB value is (187,21,172). Sum of RGB (Red+Green+Blue) = 187+21+172=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB15AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB15AC is #44EA53. Grayscale: #575757. Windows color (decimal): -4516436 or 11277755. OLE color: 11277755.

HSL color Cylindrical-coordinate representation of color #BB15AC: hue angle of 305.42º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB15AC is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18721172-
CMYK00.890.080.27
HSL305.42º79.81%40.78%-
HSV(B)305.42º88.77%73.33%-
XYZ28.2114.0840.26-
YUV87.85175.5198.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 21 (8.59% from 255) = 5.53%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=49.21%
G=5.53%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872117200.890.080.27305.4279.8140.78
HexBB15AC05981B1315029
Octal273252540131103346112051
Binary101110111010110101100010110011000110111001100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB15AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB15AC; }

 p { color: rgb(187,21,172); }

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

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

 a { background-color: rgb(187,21,172); }

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

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

 span { border-color: rgb(187,21,172); }

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