#BB16BF

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

Shades of Deep Magenta #BB16BF

Tints of Deep Magenta #BB16BF

Color information

#BB16BF (or 0xBB16BF) is unknown color: approx Deep Magenta. HEX triplet: BB, 16 and BF. RGB value is (187,22,191). Sum of RGB (Red+Green+Blue) = 187+22+191=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB16BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16BF is #44E940. Grayscale: #5A5A5A. Windows color (decimal): -4516161 or 12523195. OLE color: 12523195.

HSL color Cylindrical-coordinate representation of color #BB16BF: hue angle of 298.58º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB16BF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18722191-
CMYK0.020.8800.25
HSL298.58º79.34%41.76%-
HSV(B)298.58º88.48%74.9%-
XYZ30.1814.950.58-
YUV90.6184.66196.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 22 (8.98% from 255) = 5.5%
BLUE value IS 191 (75% from 255) = 47.75%
R=46.75%
G=5.5%
B=47.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187221910.020.8800.25298.5879.3441.76
HexBB16BF25801912b4f2a
Octal27326277213003145311752
Binary1011101110110101111111010110000110011001010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB16BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB16BF; }

 p { color: rgb(187,22,191); }

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

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

 a { background-color: rgb(187,22,191); }

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

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

 span { border-color: rgb(187,22,191); }

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