Shades of Deep Magenta #BB00D3
Tints of Deep Magenta #BB00D3
RGB
CMYK
RGB Variations
Color information
#BB00D3 (or 0xBB00D3) is known color: Deep Magenta. HEX triplet: BB, 00 and D3. RGB value is (187,0,211). Sum of RGB (Red+Green+Blue) = 187+0+211=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB00D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00D3 is #44FF2C. Grayscale: #4F4F4F. Windows color (decimal): -4521773 or 13828283. OLE color: 13828283.
HSL color Cylindrical-coordinate representation of color #BB00D3: hue angle of 293.18º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00D3 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 0 | 211 | - |
| CMYK | 0.11 | 1 | 0 | 0.17 |
| HSL | 293.18º | 1% | 0.41% | - |
| HSV(B) | 293.18º | 1% | 0.83% | - |
| XYZ | 32.25 | 15.27 | 62.88 | - |
| YUV | 79.97 | 201.95 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 211 | 0.11 | 1 | 0 | 0.17 | 293.18 | 1 | 0.41 |
| Hex | BB | 0 | D3 | B | 64 | 0 | 11 | 125 | 64 | 29 |
| Octal | 273 | 0 | 323 | 13 | 144 | 0 | 21 | 445 | 144 | 51 |
| Binary | 10111011 | 0 | 11010011 | 1011 | 1100100 | 0 | 10001 | 100100101 | 1100100 | 101001 |
Color Harmonies of #BB00D3
Complementary color
Monochromatic Colors of #BB00D3
Black with #BB00D3
Text Example
Text Example
White with #BB00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00D3; }
p { color: rgb(187,0,211); }
H1.HeaderClassName
{
color: #BB00D3;
}
.AnyTagClassName
{
color: #BB00D3;
}
</style>
background-color css
<style>
a { background-color: #BB00D3; }
a { background-color: rgb(187,0,211); }
div.DivClassName
{
background-color: #BB00D3;
}
.BgClassName
{
background-color: #BB00D3;
}
</style>
border-color css
<style>
span { border-color: #BB00D3; }
span { border-color: rgb(187,0,211); }
td.TdClassName
{
border-color: #BB00D3;
}
.TagClassName
{
border-color: #BB00D3;
}
</style>