#BB13BB

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

Shades of Deep Magenta #BB13BB

Tints of Deep Magenta #BB13BB

Color information

#BB13BB (or 0xBB13BB) is unknown color: approx Deep Magenta. HEX triplet: BB, 13 and BB. RGB value is (187,19,187). Sum of RGB (Red+Green+Blue) = 187+19+187=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13BB is #44EC44. Grayscale: #575757. Windows color (decimal): -4516933 or 12260283. OLE color: 12260283.

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

Color convert

RGB18719187-
CMYK00.9000.27
HSL300º81.55%40.39%-
HSV(B)300º89.84%73.33%-
XYZ29.714.6248.27-
YUV88.38183.66198.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 19 (7.81% from 255) = 4.83%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=47.58%
G=4.83%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871918700.9000.2730081.5540.39
HexBB13BB05A01B12c5228
Octal27323273013203345412250
Binary101110111001110111011010110100110111001011001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB13BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB13BB; }

 p { color: rgb(187,19,187); }

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

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

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

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

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

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

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