Shades of Deep Magenta #BB10DF
Tints of Deep Magenta #BB10DF
RGB
CMYK
RGB Variations
Color information
#BB10DF (or 0xBB10DF) is known color: Deep Magenta. HEX triplet: BB, 10 and DF. RGB value is (187,16,223). Sum of RGB (Red+Green+Blue) = 187+16+223=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10DF is #44EF20. Grayscale: #5A5A5A. Windows color (decimal): -4517665 or 14618811. OLE color: 14618811.
HSL color Cylindrical-coordinate representation of color #BB10DF: hue angle of 289.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB10DF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 16 | 223 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.13 |
| HSL | 289.57º | 0.87% | 0.47% | - |
| HSV(B) | 289.57º | 0.93% | 0.87% | - |
| XYZ | 34 | 16.26 | 71.16 | - |
| YUV | 90.73 | 202.65 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 223 | 0.16 | 0.93 | 0 | 0.13 | 289.57 | 0.87 | 0.47 |
| Hex | BB | 10 | DF | 10 | 5D | 0 | D | 122 | 57 | 2F |
| Octal | 273 | 20 | 337 | 20 | 135 | 0 | 15 | 442 | 127 | 57 |
| Binary | 10111011 | 10000 | 11011111 | 10000 | 1011101 | 0 | 1101 | 100100010 | 1010111 | 101111 |
Color Harmonies of #BB10DF
Complementary color
Monochromatic Colors of #BB10DF
Black with #BB10DF
Text Example
Text Example
White with #BB10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10DF; }
p { color: rgb(187,16,223); }
H1.HeaderClassName
{
color: #BB10DF;
}
.AnyTagClassName
{
color: #BB10DF;
}
</style>
background-color css
<style>
a { background-color: #BB10DF; }
a { background-color: rgb(187,16,223); }
div.DivClassName
{
background-color: #BB10DF;
}
.BgClassName
{
background-color: #BB10DF;
}
</style>
border-color css
<style>
span { border-color: #BB10DF; }
span { border-color: rgb(187,16,223); }
td.TdClassName
{
border-color: #BB10DF;
}
.TagClassName
{
border-color: #BB10DF;
}
</style>