Shades of Deep Magenta #BB00BD
Tints of Deep Magenta #BB00BD
RGB
CMYK
RGB Variations
Color information
#BB00BD (or 0xBB00BD) is known color: Deep Magenta. HEX triplet: BB, 00 and BD. RGB value is (187,0,189). Sum of RGB (Red+Green+Blue) = 187+0+189=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00BD is #44FF42. Grayscale: #4C4C4C. Windows color (decimal): -4521795 or 12386491. OLE color: 12386491.
HSL color Cylindrical-coordinate representation of color #BB00BD: hue angle of 299.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00BD is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 0 | 189 | - |
| CMYK | 0.01 | 1 | 0 | 0.26 |
| HSL | 299.37º | 1% | 0.37% | - |
| HSV(B) | 299.37º | 1% | 0.74% | - |
| XYZ | 29.68 | 14.24 | 49.33 | - |
| YUV | 77.46 | 190.95 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 189 | 0.01 | 1 | 0 | 0.26 | 299.37 | 1 | 0.37 |
| Hex | BB | 0 | BD | 1 | 64 | 0 | 1A | 12B | 64 | 25 |
| Octal | 273 | 0 | 275 | 1 | 144 | 0 | 32 | 453 | 144 | 45 |
| Binary | 10111011 | 0 | 10111101 | 1 | 1100100 | 0 | 11010 | 100101011 | 1100100 | 100101 |
Color Harmonies of #BB00BD
Complementary color
Monochromatic Colors of #BB00BD
Black with #BB00BD
Text Example
Text Example
White with #BB00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00BD; }
p { color: rgb(187,0,189); }
H1.HeaderClassName
{
color: #BB00BD;
}
.AnyTagClassName
{
color: #BB00BD;
}
</style>
background-color css
<style>
a { background-color: #BB00BD; }
a { background-color: rgb(187,0,189); }
div.DivClassName
{
background-color: #BB00BD;
}
.BgClassName
{
background-color: #BB00BD;
}
</style>
border-color css
<style>
span { border-color: #BB00BD; }
span { border-color: rgb(187,0,189); }
td.TdClassName
{
border-color: #BB00BD;
}
.TagClassName
{
border-color: #BB00BD;
}
</style>