Shades of Deep Magenta #BB00D1
Tints of Deep Magenta #BB00D1
RGB
CMYK
RGB Variations
Color information
#BB00D1 (or 0xBB00D1) is known color: Deep Magenta. HEX triplet: BB, 00 and D1. RGB value is (187,0,209). Sum of RGB (Red+Green+Blue) = 187+0+209=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB00D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00D1 is #44FF2E. Grayscale: #4F4F4F. Windows color (decimal): -4521775 or 13697211. OLE color: 13697211.
HSL color Cylindrical-coordinate representation of color #BB00D1: hue angle of 293.68º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00D1 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 0 | 209 | - |
| CMYK | 0.11 | 1 | 0 | 0.18 |
| HSL | 293.68º | 1% | 0.41% | - |
| HSV(B) | 293.68º | 1% | 0.82% | - |
| XYZ | 32 | 15.17 | 61.56 | - |
| YUV | 79.74 | 200.95 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 209 | 0.11 | 1 | 0 | 0.18 | 293.68 | 1 | 0.41 |
| Hex | BB | 0 | D1 | B | 64 | 0 | 12 | 126 | 64 | 29 |
| Octal | 273 | 0 | 321 | 13 | 144 | 0 | 22 | 446 | 144 | 51 |
| Binary | 10111011 | 0 | 11010001 | 1011 | 1100100 | 0 | 10010 | 100100110 | 1100100 | 101001 |
Color Harmonies of #BB00D1
Complementary color
Monochromatic Colors of #BB00D1
Black with #BB00D1
Text Example
Text Example
White with #BB00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00D1; }
p { color: rgb(187,0,209); }
H1.HeaderClassName
{
color: #BB00D1;
}
.AnyTagClassName
{
color: #BB00D1;
}
</style>
background-color css
<style>
a { background-color: #BB00D1; }
a { background-color: rgb(187,0,209); }
div.DivClassName
{
background-color: #BB00D1;
}
.BgClassName
{
background-color: #BB00D1;
}
</style>
border-color css
<style>
span { border-color: #BB00D1; }
span { border-color: rgb(187,0,209); }
td.TdClassName
{
border-color: #BB00D1;
}
.TagClassName
{
border-color: #BB00D1;
}
</style>