Shades of Deep Magenta #BB0DCF
Tints of Deep Magenta #BB0DCF
RGB
CMYK
RGB Variations
Color information
#BB0DCF (or 0xBB0DCF) is known color: Deep Magenta. HEX triplet: BB, 0D and CF. RGB value is (187,13,207). Sum of RGB (Red+Green+Blue) = 187+13+207=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DCF is #44F230. Grayscale: #565656. Windows color (decimal): -4518449 or 13569467. OLE color: 13569467.
HSL color Cylindrical-coordinate representation of color #BB0DCF: hue angle of 293.81º 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 #BB0DCF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 13 | 207 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.19 |
| HSL | 293.81º | 0.88% | 0.43% | - |
| HSV(B) | 293.81º | 0.94% | 0.81% | - |
| XYZ | 31.9 | 15.36 | 60.31 | - |
| YUV | 87.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 207 | 0.10 | 0.94 | 0 | 0.19 | 293.81 | 0.88 | 0.43 |
| Hex | BB | D | CF | A | 5E | 0 | 13 | 126 | 58 | 2B |
| Octal | 273 | 15 | 317 | 12 | 136 | 0 | 23 | 446 | 130 | 53 |
| Binary | 10111011 | 1101 | 11001111 | 1010 | 1011110 | 0 | 10011 | 100100110 | 1011000 | 101011 |
Color Harmonies of #BB0DCF
Complementary color
Monochromatic Colors of #BB0DCF
Black with #BB0DCF
Text Example
Text Example
White with #BB0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DCF; }
p { color: rgb(187,13,207); }
H1.HeaderClassName
{
color: #BB0DCF;
}
.AnyTagClassName
{
color: #BB0DCF;
}
</style>
background-color css
<style>
a { background-color: #BB0DCF; }
a { background-color: rgb(187,13,207); }
div.DivClassName
{
background-color: #BB0DCF;
}
.BgClassName
{
background-color: #BB0DCF;
}
</style>
border-color css
<style>
span { border-color: #BB0DCF; }
span { border-color: rgb(187,13,207); }
td.TdClassName
{
border-color: #BB0DCF;
}
.TagClassName
{
border-color: #BB0DCF;
}
</style>