Shades of Deep Magenta #BB1DB0
Tints of Deep Magenta #BB1DB0
RGB
CMYK
RGB Variations
Color information
#BB1DB0 (or 0xBB1DB0) is known color: Deep Magenta. HEX triplet: BB, 1D and B0. RGB value is (187,29,176). Sum of RGB (Red+Green+Blue) = 187+29+176=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DB0 is #44E24F. Grayscale: #5C5C5C. Windows color (decimal): -4514384 or 11541947. OLE color: 11541947.
HSL color Cylindrical-coordinate representation of color #BB1DB0: hue angle of 304.18º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1DB0 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 176 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.27 |
| HSL | 304.18º | 0.73% | 0.42% | - |
| HSV(B) | 304.18º | 0.84% | 0.73% | - |
| XYZ | 28.77 | 14.58 | 42.37 | - |
| YUV | 93 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 176 | 0 | 0.84 | 0.06 | 0.27 | 304.18 | 0.73 | 0.42 |
| Hex | BB | 1D | B0 | 0 | 54 | 6 | 1B | 130 | 49 | 2A |
| Octal | 273 | 35 | 260 | 0 | 124 | 6 | 33 | 460 | 111 | 52 |
| Binary | 10111011 | 11101 | 10110000 | 0 | 1010100 | 110 | 11011 | 100110000 | 1001001 | 101010 |
Color Harmonies of #BB1DB0
Complementary color
Monochromatic Colors of #BB1DB0
Black with #BB1DB0
Text Example
Text Example
White with #BB1DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DB0; }
p { color: rgb(187,29,176); }
H1.HeaderClassName
{
color: #BB1DB0;
}
.AnyTagClassName
{
color: #BB1DB0;
}
</style>
background-color css
<style>
a { background-color: #BB1DB0; }
a { background-color: rgb(187,29,176); }
div.DivClassName
{
background-color: #BB1DB0;
}
.BgClassName
{
background-color: #BB1DB0;
}
</style>
border-color css
<style>
span { border-color: #BB1DB0; }
span { border-color: rgb(187,29,176); }
td.TdClassName
{
border-color: #BB1DB0;
}
.TagClassName
{
border-color: #BB1DB0;
}
</style>