#BB00B9

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

Shades of Deep Magenta #BB00B9

Tints of Deep Magenta #BB00B9

Color information

#BB00B9 (or 0xBB00B9) is unknown color: approx Deep Magenta. HEX triplet: BB, 00 and B9. RGB value is (187,0,185). Sum of RGB (Red+Green+Blue) = 187+0+185=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00B9 is #44FF46. Grayscale: #4C4C4C. Windows color (decimal): -4521799 or 12124347. OLE color: 12124347.

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

Color convert

RGB1870185-
CMYK010.010.27
HSL300.64º100%36.67%-
HSV(B)300.64º100%73.33%-
XYZ29.2514.0747.07-
YUV77188.95206.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 185 (72.66% from 255) = 49.73%
R=50.27%
G=0%
B=49.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870185010.010.27300.6410036.67
HexBB0B906411B12d6425
Octal2730271014413345514445
Binary10111011010111001011001001110111001011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB00B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB00B9; }

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

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

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

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

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

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

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

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