Shades of Deep Magenta #BB1DB3
Tints of Deep Magenta #BB1DB3
RGB
CMYK
RGB Variations
Color information
#BB1DB3 (or 0xBB1DB3) is known color: Deep Magenta. HEX triplet: BB, 1D and B3. RGB value is (187,29,179). Sum of RGB (Red+Green+Blue) = 187+29+179=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DB3 is #44E24C. Grayscale: #5C5C5C. Windows color (decimal): -4514381 or 11738555. OLE color: 11738555.
HSL color Cylindrical-coordinate representation of color #BB1DB3: hue angle of 303.04º 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 #BB1DB3 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 179 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.27 |
| HSL | 303.04º | 0.73% | 0.42% | - |
| HSV(B) | 303.04º | 0.84% | 0.73% | - |
| XYZ | 29.07 | 14.7 | 43.95 | - |
| YUV | 93.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 179 | 0 | 0.84 | 0.04 | 0.27 | 303.04 | 0.73 | 0.42 |
| Hex | BB | 1D | B3 | 0 | 54 | 4 | 1B | 12F | 49 | 2A |
| Octal | 273 | 35 | 263 | 0 | 124 | 4 | 33 | 457 | 111 | 52 |
| Binary | 10111011 | 11101 | 10110011 | 0 | 1010100 | 100 | 11011 | 100101111 | 1001001 | 101010 |
Color Harmonies of #BB1DB3
Complementary color
Monochromatic Colors of #BB1DB3
Black with #BB1DB3
Text Example
Text Example
White with #BB1DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DB3; }
p { color: rgb(187,29,179); }
H1.HeaderClassName
{
color: #BB1DB3;
}
.AnyTagClassName
{
color: #BB1DB3;
}
</style>
background-color css
<style>
a { background-color: #BB1DB3; }
a { background-color: rgb(187,29,179); }
div.DivClassName
{
background-color: #BB1DB3;
}
.BgClassName
{
background-color: #BB1DB3;
}
</style>
border-color css
<style>
span { border-color: #BB1DB3; }
span { border-color: rgb(187,29,179); }
td.TdClassName
{
border-color: #BB1DB3;
}
.TagClassName
{
border-color: #BB1DB3;
}
</style>