#BB14BF

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

Shades of Deep Magenta #BB14BF

Tints of Deep Magenta #BB14BF

Color information

#BB14BF (or 0xBB14BF) is unknown color: approx Deep Magenta. HEX triplet: BB, 14 and BF. RGB value is (187,20,191). Sum of RGB (Red+Green+Blue) = 187+20+191=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14BF is #44EB40. Grayscale: #585858. Windows color (decimal): -4516673 or 12522683. OLE color: 12522683.

HSL color Cylindrical-coordinate representation of color #BB14BF: hue angle of 298.6º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB14BF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18720191-
CMYK0.020.9000.25
HSL298.6º81.04%41.37%-
HSV(B)298.6º89.53%74.9%-
XYZ30.1514.8350.56-
YUV89.43185.33197.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 20 (8.20% from 255) = 5.03%
BLUE value IS 191 (75% from 255) = 47.99%
R=46.98%
G=5.03%
B=47.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187201910.020.9000.25298.681.0441.37
HexBB14BF25A01912b5129
Octal27324277213203145312151
Binary1011101110100101111111010110100110011001010111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB14BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB14BF; }

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

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

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

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

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

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

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

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