#BB11B1

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

Shades of Deep Magenta #BB11B1

Tints of Deep Magenta #BB11B1

Color information

#BB11B1 (or 0xBB11B1) is unknown color: approx Deep Magenta. HEX triplet: BB, 11 and B1. RGB value is (187,17,177). Sum of RGB (Red+Green+Blue) = 187+17+177=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB11B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB11B1 is #44EE4E. Grayscale: #555555. Windows color (decimal): -4517455 or 11604411. OLE color: 11604411.

HSL color Cylindrical-coordinate representation of color #BB11B1: hue angle of 303.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB11B1 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18717177-
CMYK00.910.050.27
HSL303.53º83.33%40%-
HSV(B)303.53º90.91%73.33%-
XYZ28.6314.1442.82-
YUV86.07179.32199.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 17 (7.03% from 255) = 4.46%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=49.08%
G=4.46%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871717700.910.050.27303.5383.3340
HexBB11B105B51B1305328
Octal27321261013353346012350
Binary10111011100011011000101011011101110111001100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB11B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB11B1; }

 p { color: rgb(187,17,177); }

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

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

 a { background-color: rgb(187,17,177); }

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

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

 span { border-color: rgb(187,17,177); }

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