Shades of Deep Magenta #BB10D5
Tints of Deep Magenta #BB10D5
RGB
CMYK
RGB Variations
Color information
#BB10D5 (or 0xBB10D5) is known color: Deep Magenta. HEX triplet: BB, 10 and D5. RGB value is (187,16,213). Sum of RGB (Red+Green+Blue) = 187+16+213=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB10D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10D5 is #44EF2A. Grayscale: #585858. Windows color (decimal): -4517675 or 13963451. OLE color: 13963451.
HSL color Cylindrical-coordinate representation of color #BB10D5: hue angle of 292.08º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB10D5 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 16 | 213 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.16 |
| HSL | 292.08º | 0.86% | 0.45% | - |
| HSV(B) | 292.08º | 0.92% | 0.84% | - |
| XYZ | 32.69 | 15.74 | 64.27 | - |
| YUV | 89.59 | 197.65 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 213 | 0.12 | 0.92 | 0 | 0.16 | 292.08 | 0.86 | 0.45 |
| Hex | BB | 10 | D5 | C | 5C | 0 | 10 | 124 | 56 | 2D |
| Octal | 273 | 20 | 325 | 14 | 134 | 0 | 20 | 444 | 126 | 55 |
| Binary | 10111011 | 10000 | 11010101 | 1100 | 1011100 | 0 | 10000 | 100100100 | 1010110 | 101101 |
Color Harmonies of #BB10D5
Complementary color
Monochromatic Colors of #BB10D5
Black with #BB10D5
Text Example
Text Example
White with #BB10D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10D5; }
p { color: rgb(187,16,213); }
H1.HeaderClassName
{
color: #BB10D5;
}
.AnyTagClassName
{
color: #BB10D5;
}
</style>
background-color css
<style>
a { background-color: #BB10D5; }
a { background-color: rgb(187,16,213); }
div.DivClassName
{
background-color: #BB10D5;
}
.BgClassName
{
background-color: #BB10D5;
}
</style>
border-color css
<style>
span { border-color: #BB10D5; }
span { border-color: rgb(187,16,213); }
td.TdClassName
{
border-color: #BB10D5;
}
.TagClassName
{
border-color: #BB10D5;
}
</style>