#BB00BF

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

Shades of Deep Magenta #BB00BF

Tints of Deep Magenta #BB00BF

Color information

#BB00BF (or 0xBB00BF) is unknown color: approx Deep Magenta. HEX triplet: BB, 00 and BF. RGB value is (187,0,191). Sum of RGB (Red+Green+Blue) = 187+0+191=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB00BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00BF is #44FF40. Grayscale: #4D4D4D. Windows color (decimal): -4521793 or 12517563. OLE color: 12517563.

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

Color convert

RGB1870191-
CMYK0.02100.25
HSL298.74º100%37.45%-
HSV(B)298.74º100%74.9%-
XYZ29.914.3350.48-
YUV77.69191.95205.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 50.53%
R=49.47%
G=0%
B=50.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18701910.02100.25298.7410037.45
HexBB0BF26401912b6425
Octal2730277214403145314445
Binary101110110101111111011001000110011001010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00BF; }

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

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

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

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

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

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

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

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