Shades of Deep Magenta #BB1DB5
Tints of Deep Magenta #BB1DB5
RGB
CMYK
RGB Variations
Color information
#BB1DB5 (or 0xBB1DB5) is known color: Deep Magenta. HEX triplet: BB, 1D and B5. RGB value is (187,29,181). Sum of RGB (Red+Green+Blue) = 187+29+181=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DB5 is #44E24A. Grayscale: #5D5D5D. Windows color (decimal): -4514379 or 11869627. OLE color: 11869627.
HSL color Cylindrical-coordinate representation of color #BB1DB5: hue angle of 302.28º 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 #BB1DB5 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 181 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.27 |
| HSL | 302.28º | 0.73% | 0.42% | - |
| HSV(B) | 302.28º | 0.84% | 0.73% | - |
| XYZ | 29.27 | 14.78 | 45.03 | - |
| YUV | 93.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 181 | 0 | 0.84 | 0.03 | 0.27 | 302.28 | 0.73 | 0.42 |
| Hex | BB | 1D | B5 | 0 | 54 | 3 | 1B | 12E | 49 | 2A |
| Octal | 273 | 35 | 265 | 0 | 124 | 3 | 33 | 456 | 111 | 52 |
| Binary | 10111011 | 11101 | 10110101 | 0 | 1010100 | 11 | 11011 | 100101110 | 1001001 | 101010 |
Color Harmonies of #BB1DB5
Complementary color
Monochromatic Colors of #BB1DB5
Black with #BB1DB5
Text Example
Text Example
White with #BB1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DB5; }
p { color: rgb(187,29,181); }
H1.HeaderClassName
{
color: #BB1DB5;
}
.AnyTagClassName
{
color: #BB1DB5;
}
</style>
background-color css
<style>
a { background-color: #BB1DB5; }
a { background-color: rgb(187,29,181); }
div.DivClassName
{
background-color: #BB1DB5;
}
.BgClassName
{
background-color: #BB1DB5;
}
</style>
border-color css
<style>
span { border-color: #BB1DB5; }
span { border-color: rgb(187,29,181); }
td.TdClassName
{
border-color: #BB1DB5;
}
.TagClassName
{
border-color: #BB1DB5;
}
</style>