Shades of Deep Magenta #BB0DBD
Tints of Deep Magenta #BB0DBD
RGB
CMYK
RGB Variations
Color information
#BB0DBD (or 0xBB0DBD) is known color: Deep Magenta. HEX triplet: BB, 0D and BD. RGB value is (187,13,189). Sum of RGB (Red+Green+Blue) = 187+13+189=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DBD is #44F242. Grayscale: #545454. Windows color (decimal): -4518467 or 12389819. OLE color: 12389819.
HSL color Cylindrical-coordinate representation of color #BB0DBD: hue angle of 299.32º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DBD is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 13 | 189 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.26 |
| HSL | 299.32º | 0.87% | 0.4% | - |
| HSV(B) | 299.32º | 0.93% | 0.74% | - |
| XYZ | 29.82 | 14.53 | 49.38 | - |
| YUV | 85.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 189 | 0.01 | 0.93 | 0 | 0.26 | 299.32 | 0.87 | 0.4 |
| Hex | BB | D | BD | 1 | 5D | 0 | 1A | 12B | 57 | 28 |
| Octal | 273 | 15 | 275 | 1 | 135 | 0 | 32 | 453 | 127 | 50 |
| Binary | 10111011 | 1101 | 10111101 | 1 | 1011101 | 0 | 11010 | 100101011 | 1010111 | 101000 |
Color Harmonies of #BB0DBD
Complementary color
Monochromatic Colors of #BB0DBD
Black with #BB0DBD
Text Example
Text Example
White with #BB0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DBD; }
p { color: rgb(187,13,189); }
H1.HeaderClassName
{
color: #BB0DBD;
}
.AnyTagClassName
{
color: #BB0DBD;
}
</style>
background-color css
<style>
a { background-color: #BB0DBD; }
a { background-color: rgb(187,13,189); }
div.DivClassName
{
background-color: #BB0DBD;
}
.BgClassName
{
background-color: #BB0DBD;
}
</style>
border-color css
<style>
span { border-color: #BB0DBD; }
span { border-color: rgb(187,13,189); }
td.TdClassName
{
border-color: #BB0DBD;
}
.TagClassName
{
border-color: #BB0DBD;
}
</style>