Shades of Deep Magenta #BB1DAD
Tints of Deep Magenta #BB1DAD
RGB
CMYK
RGB Variations
Color information
#BB1DAD (or 0xBB1DAD) is known color: Deep Magenta. HEX triplet: BB, 1D and AD. RGB value is (187,29,173). Sum of RGB (Red+Green+Blue) = 187+29+173=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1DAD is #44E252. Grayscale: #5C5C5C. Windows color (decimal): -4514387 or 11345339. OLE color: 11345339.
HSL color Cylindrical-coordinate representation of color #BB1DAD: hue angle of 305.32º 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 #BB1DAD is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 173 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.27 |
| HSL | 305.32º | 0.73% | 0.42% | - |
| HSV(B) | 305.32º | 0.84% | 0.73% | - |
| XYZ | 28.48 | 14.46 | 40.83 | - |
| YUV | 92.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 173 | 0 | 0.84 | 0.07 | 0.27 | 305.32 | 0.73 | 0.42 |
| Hex | BB | 1D | AD | 0 | 54 | 7 | 1B | 131 | 49 | 2A |
| Octal | 273 | 35 | 255 | 0 | 124 | 7 | 33 | 461 | 111 | 52 |
| Binary | 10111011 | 11101 | 10101101 | 0 | 1010100 | 111 | 11011 | 100110001 | 1001001 | 101010 |
Color Harmonies of #BB1DAD
Complementary color
Monochromatic Colors of #BB1DAD
Black with #BB1DAD
Text Example
Text Example
White with #BB1DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DAD; }
p { color: rgb(187,29,173); }
H1.HeaderClassName
{
color: #BB1DAD;
}
.AnyTagClassName
{
color: #BB1DAD;
}
</style>
background-color css
<style>
a { background-color: #BB1DAD; }
a { background-color: rgb(187,29,173); }
div.DivClassName
{
background-color: #BB1DAD;
}
.BgClassName
{
background-color: #BB1DAD;
}
</style>
border-color css
<style>
span { border-color: #BB1DAD; }
span { border-color: rgb(187,29,173); }
td.TdClassName
{
border-color: #BB1DAD;
}
.TagClassName
{
border-color: #BB1DAD;
}
</style>