Shades of Deep Magenta #BB10DC
Tints of Deep Magenta #BB10DC
RGB
CMYK
RGB Variations
Color information
#BB10DC (or 0xBB10DC) is known color: Deep Magenta. HEX triplet: BB, 10 and DC. RGB value is (187,16,220). Sum of RGB (Red+Green+Blue) = 187+16+220=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10DC is #44EF23. Grayscale: #595959. Windows color (decimal): -4517668 or 14422203. OLE color: 14422203.
HSL color Cylindrical-coordinate representation of color #BB10DC: hue angle of 290.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB10DC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 16 | 220 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.14 |
| HSL | 290.29º | 0.86% | 0.46% | - |
| HSV(B) | 290.29º | 0.93% | 0.86% | - |
| XYZ | 33.6 | 16.1 | 69.05 | - |
| YUV | 90.39 | 201.15 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 220 | 0.15 | 0.93 | 0 | 0.14 | 290.29 | 0.86 | 0.46 |
| Hex | BB | 10 | DC | F | 5D | 0 | E | 122 | 56 | 2E |
| Octal | 273 | 20 | 334 | 17 | 135 | 0 | 16 | 442 | 126 | 56 |
| Binary | 10111011 | 10000 | 11011100 | 1111 | 1011101 | 0 | 1110 | 100100010 | 1010110 | 101110 |
Color Harmonies of #BB10DC
Complementary color
Monochromatic Colors of #BB10DC
Black with #BB10DC
Text Example
Text Example
White with #BB10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10DC; }
p { color: rgb(187,16,220); }
H1.HeaderClassName
{
color: #BB10DC;
}
.AnyTagClassName
{
color: #BB10DC;
}
</style>
background-color css
<style>
a { background-color: #BB10DC; }
a { background-color: rgb(187,16,220); }
div.DivClassName
{
background-color: #BB10DC;
}
.BgClassName
{
background-color: #BB10DC;
}
</style>
border-color css
<style>
span { border-color: #BB10DC; }
span { border-color: rgb(187,16,220); }
td.TdClassName
{
border-color: #BB10DC;
}
.TagClassName
{
border-color: #BB10DC;
}
</style>