Shades of Deep Magenta #BB01D0
Tints of Deep Magenta #BB01D0
RGB
CMYK
RGB Variations
Color information
#BB01D0 (or 0xBB01D0) is known color: Deep Magenta. HEX triplet: BB, 01 and D0. RGB value is (187,1,208). Sum of RGB (Red+Green+Blue) = 187+1+208=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB01D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01D0 is #44FE2F. Grayscale: #4F4F4F. Windows color (decimal): -4521520 or 13631931. OLE color: 13631931.
HSL color Cylindrical-coordinate representation of color #BB01D0: hue angle of 293.91º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01D0 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 1 | 208 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.18 |
| HSL | 293.91º | 0.99% | 0.41% | - |
| HSV(B) | 293.91º | 1% | 0.82% | - |
| XYZ | 31.89 | 15.14 | 60.92 | - |
| YUV | 80.21 | 200.12 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 208 | 0.10 | 1.00 | 0 | 0.18 | 293.91 | 0.99 | 0.41 |
| Hex | BB | 1 | D0 | A | 64 | 0 | 12 | 126 | 63 | 29 |
| Octal | 273 | 1 | 320 | 12 | 144 | 0 | 22 | 446 | 143 | 51 |
| Binary | 10111011 | 1 | 11010000 | 1010 | 1100100 | 0 | 10010 | 100100110 | 1100011 | 101001 |
Color Harmonies of #BB01D0
Complementary color
Monochromatic Colors of #BB01D0
Black with #BB01D0
Text Example
Text Example
White with #BB01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01D0; }
p { color: rgb(187,1,208); }
H1.HeaderClassName
{
color: #BB01D0;
}
.AnyTagClassName
{
color: #BB01D0;
}
</style>
background-color css
<style>
a { background-color: #BB01D0; }
a { background-color: rgb(187,1,208); }
div.DivClassName
{
background-color: #BB01D0;
}
.BgClassName
{
background-color: #BB01D0;
}
</style>
border-color css
<style>
span { border-color: #BB01D0; }
span { border-color: rgb(187,1,208); }
td.TdClassName
{
border-color: #BB01D0;
}
.TagClassName
{
border-color: #BB01D0;
}
</style>