Shades of Deep Magenta #BB10D0
Tints of Deep Magenta #BB10D0
RGB
CMYK
RGB Variations
Color information
#BB10D0 (or 0xBB10D0) is known color: Deep Magenta. HEX triplet: BB, 10 and D0. RGB value is (187,16,208). Sum of RGB (Red+Green+Blue) = 187+16+208=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB10D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10D0 is #44EF2F. Grayscale: #585858. Windows color (decimal): -4517680 or 13635771. OLE color: 13635771.
HSL color Cylindrical-coordinate representation of color #BB10D0: hue angle of 293.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB10D0 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 16 | 208 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.18 |
| HSL | 293.44º | 0.86% | 0.44% | - |
| HSV(B) | 293.44º | 0.92% | 0.82% | - |
| XYZ | 32.06 | 15.49 | 60.97 | - |
| YUV | 89.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 208 | 0.10 | 0.92 | 0 | 0.18 | 293.44 | 0.86 | 0.44 |
| Hex | BB | 10 | D0 | A | 5C | 0 | 12 | 125 | 56 | 2C |
| Octal | 273 | 20 | 320 | 12 | 134 | 0 | 22 | 445 | 126 | 54 |
| Binary | 10111011 | 10000 | 11010000 | 1010 | 1011100 | 0 | 10010 | 100100101 | 1010110 | 101100 |
Color Harmonies of #BB10D0
Complementary color
Monochromatic Colors of #BB10D0
Black with #BB10D0
Text Example
Text Example
White with #BB10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10D0; }
p { color: rgb(187,16,208); }
H1.HeaderClassName
{
color: #BB10D0;
}
.AnyTagClassName
{
color: #BB10D0;
}
</style>
background-color css
<style>
a { background-color: #BB10D0; }
a { background-color: rgb(187,16,208); }
div.DivClassName
{
background-color: #BB10D0;
}
.BgClassName
{
background-color: #BB10D0;
}
</style>
border-color css
<style>
span { border-color: #BB10D0; }
span { border-color: rgb(187,16,208); }
td.TdClassName
{
border-color: #BB10D0;
}
.TagClassName
{
border-color: #BB10D0;
}
</style>