Shades of Deep Magenta #BB0DCE
Tints of Deep Magenta #BB0DCE
RGB
CMYK
RGB Variations
Color information
#BB0DCE (or 0xBB0DCE) is known color: Deep Magenta. HEX triplet: BB, 0D and CE. RGB value is (187,13,206). Sum of RGB (Red+Green+Blue) = 187+13+206=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DCE is #44F231. Grayscale: #565656. Windows color (decimal): -4518450 or 13503931. OLE color: 13503931.
HSL color Cylindrical-coordinate representation of color #BB0DCE: hue angle of 294.09º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0DCE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 13 | 206 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.19 |
| HSL | 294.09º | 0.88% | 0.43% | - |
| HSV(B) | 294.09º | 0.94% | 0.81% | - |
| XYZ | 31.78 | 15.31 | 59.67 | - |
| YUV | 87.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 206 | 0.09 | 0.94 | 0 | 0.19 | 294.09 | 0.88 | 0.43 |
| Hex | BB | D | CE | 9 | 5E | 0 | 13 | 126 | 58 | 2B |
| Octal | 273 | 15 | 316 | 11 | 136 | 0 | 23 | 446 | 130 | 53 |
| Binary | 10111011 | 1101 | 11001110 | 1001 | 1011110 | 0 | 10011 | 100100110 | 1011000 | 101011 |
Color Harmonies of #BB0DCE
Complementary color
Monochromatic Colors of #BB0DCE
Black with #BB0DCE
Text Example
Text Example
White with #BB0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DCE; }
p { color: rgb(187,13,206); }
H1.HeaderClassName
{
color: #BB0DCE;
}
.AnyTagClassName
{
color: #BB0DCE;
}
</style>
background-color css
<style>
a { background-color: #BB0DCE; }
a { background-color: rgb(187,13,206); }
div.DivClassName
{
background-color: #BB0DCE;
}
.BgClassName
{
background-color: #BB0DCE;
}
</style>
border-color css
<style>
span { border-color: #BB0DCE; }
span { border-color: rgb(187,13,206); }
td.TdClassName
{
border-color: #BB0DCE;
}
.TagClassName
{
border-color: #BB0DCE;
}
</style>