Shades of Deep Magenta #BB0DCB
Tints of Deep Magenta #BB0DCB
RGB
CMYK
RGB Variations
Color information
#BB0DCB (or 0xBB0DCB) is known color: Deep Magenta. HEX triplet: BB, 0D and CB. RGB value is (187,13,203). Sum of RGB (Red+Green+Blue) = 187+13+203=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB0DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DCB is #44F234. Grayscale: #565656. Windows color (decimal): -4518453 or 13307323. OLE color: 13307323.
HSL color Cylindrical-coordinate representation of color #BB0DCB: hue angle of 294.95º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0DCB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 13 | 203 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.20 |
| HSL | 294.95º | 0.88% | 0.42% | - |
| HSV(B) | 294.95º | 0.94% | 0.8% | - |
| XYZ | 31.42 | 15.16 | 57.77 | - |
| YUV | 86.69 | 193.65 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 203 | 0.08 | 0.94 | 0 | 0.20 | 294.95 | 0.88 | 0.42 |
| Hex | BB | D | CB | 8 | 5E | 0 | 14 | 127 | 58 | 2A |
| Octal | 273 | 15 | 313 | 10 | 136 | 0 | 24 | 447 | 130 | 52 |
| Binary | 10111011 | 1101 | 11001011 | 1000 | 1011110 | 0 | 10100 | 100100111 | 1011000 | 101010 |
Color Harmonies of #BB0DCB
Complementary color
Monochromatic Colors of #BB0DCB
Black with #BB0DCB
Text Example
Text Example
White with #BB0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DCB; }
p { color: rgb(187,13,203); }
H1.HeaderClassName
{
color: #BB0DCB;
}
.AnyTagClassName
{
color: #BB0DCB;
}
</style>
background-color css
<style>
a { background-color: #BB0DCB; }
a { background-color: rgb(187,13,203); }
div.DivClassName
{
background-color: #BB0DCB;
}
.BgClassName
{
background-color: #BB0DCB;
}
</style>
border-color css
<style>
span { border-color: #BB0DCB; }
span { border-color: rgb(187,13,203); }
td.TdClassName
{
border-color: #BB0DCB;
}
.TagClassName
{
border-color: #BB0DCB;
}
</style>