Shades of Deep Magenta #BB0DB4
Tints of Deep Magenta #BB0DB4
RGB
CMYK
RGB Variations
Color information
#BB0DB4 (or 0xBB0DB4) is known color: Deep Magenta. HEX triplet: BB, 0D and B4. RGB value is (187,13,180). Sum of RGB (Red+Green+Blue) = 187+13+180=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DB4 is #44F24B. Grayscale: #535353. Windows color (decimal): -4518476 or 11799995. OLE color: 11799995.
HSL color Cylindrical-coordinate representation of color #BB0DB4: hue angle of 302.41º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DB4 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 180 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.27 |
| HSL | 302.41º | 0.87% | 0.39% | - |
| HSV(B) | 302.41º | 0.93% | 0.73% | - |
| XYZ | 28.88 | 14.15 | 44.39 | - |
| YUV | 84.06 | 182.15 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 180 | 0 | 0.93 | 0.04 | 0.27 | 302.41 | 0.87 | 0.39 |
| Hex | BB | D | B4 | 0 | 5D | 4 | 1B | 12E | 57 | 27 |
| Octal | 273 | 15 | 264 | 0 | 135 | 4 | 33 | 456 | 127 | 47 |
| Binary | 10111011 | 1101 | 10110100 | 0 | 1011101 | 100 | 11011 | 100101110 | 1010111 | 100111 |
Color Harmonies of #BB0DB4
Complementary color
Monochromatic Colors of #BB0DB4
Black with #BB0DB4
Text Example
Text Example
White with #BB0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DB4; }
p { color: rgb(187,13,180); }
H1.HeaderClassName
{
color: #BB0DB4;
}
.AnyTagClassName
{
color: #BB0DB4;
}
</style>
background-color css
<style>
a { background-color: #BB0DB4; }
a { background-color: rgb(187,13,180); }
div.DivClassName
{
background-color: #BB0DB4;
}
.BgClassName
{
background-color: #BB0DB4;
}
</style>
border-color css
<style>
span { border-color: #BB0DB4; }
span { border-color: rgb(187,13,180); }
td.TdClassName
{
border-color: #BB0DB4;
}
.TagClassName
{
border-color: #BB0DB4;
}
</style>