Shades of Deep Magenta #BB1DD3
Tints of Deep Magenta #BB1DD3
RGB
CMYK
RGB Variations
Color information
#BB1DD3 (or 0xBB1DD3) is known color: Deep Magenta. HEX triplet: BB, 1D and D3. RGB value is (187,29,211). Sum of RGB (Red+Green+Blue) = 187+29+211=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB1DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DD3 is #44E22C. Grayscale: #606060. Windows color (decimal): -4514349 or 13835707. OLE color: 13835707.
HSL color Cylindrical-coordinate representation of color #BB1DD3: hue angle of 292.09º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1DD3 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 29 | 211 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.17 |
| HSL | 292.09º | 0.76% | 0.47% | - |
| HSV(B) | 292.09º | 0.86% | 0.83% | - |
| XYZ | 32.69 | 16.15 | 63.02 | - |
| YUV | 96.99 | 192.35 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 211 | 0.11 | 0.86 | 0 | 0.17 | 292.09 | 0.76 | 0.47 |
| Hex | BB | 1D | D3 | B | 56 | 0 | 11 | 124 | 4C | 2F |
| Octal | 273 | 35 | 323 | 13 | 126 | 0 | 21 | 444 | 114 | 57 |
| Binary | 10111011 | 11101 | 11010011 | 1011 | 1010110 | 0 | 10001 | 100100100 | 1001100 | 101111 |
Color Harmonies of #BB1DD3
Complementary color
Monochromatic Colors of #BB1DD3
Black with #BB1DD3
Text Example
Text Example
White with #BB1DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DD3; }
p { color: rgb(187,29,211); }
H1.HeaderClassName
{
color: #BB1DD3;
}
.AnyTagClassName
{
color: #BB1DD3;
}
</style>
background-color css
<style>
a { background-color: #BB1DD3; }
a { background-color: rgb(187,29,211); }
div.DivClassName
{
background-color: #BB1DD3;
}
.BgClassName
{
background-color: #BB1DD3;
}
</style>
border-color css
<style>
span { border-color: #BB1DD3; }
span { border-color: rgb(187,29,211); }
td.TdClassName
{
border-color: #BB1DD3;
}
.TagClassName
{
border-color: #BB1DD3;
}
</style>