#BB14B4

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

Shades of Deep Magenta #BB14B4

Tints of Deep Magenta #BB14B4

Color information

#BB14B4 (or 0xBB14B4) is unknown color: approx Deep Magenta. HEX triplet: BB, 14 and B4. RGB value is (187,20,180). Sum of RGB (Red+Green+Blue) = 187+20+180=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB14B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14B4 is #44EB4B. Grayscale: #575757. Windows color (decimal): -4516684 or 11801787. OLE color: 11801787.

HSL color Cylindrical-coordinate representation of color #BB14B4: hue angle of 302.51º degrees, saturation: 0.81, 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 #BB14B4 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18720180-
CMYK00.890.040.27
HSL302.51º80.68%40.59%-
HSV(B)302.51º89.3%73.33%-
XYZ28.9814.3644.42-
YUV88.17179.83198.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 20 (8.20% from 255) = 5.17%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=48.32%
G=5.17%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872018000.890.040.27302.5180.6840.59
HexBB14B405941B12f5129
Octal27324264013143345712151
Binary10111011101001011010001011001100110111001011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB14B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB14B4; }

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

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

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

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

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

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

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

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