Shades of Deep Magenta #BB0AD6
Tints of Deep Magenta #BB0AD6
RGB
CMYK
RGB Variations
Color information
#BB0AD6 (or 0xBB0AD6) is known color: Deep Magenta. HEX triplet: BB, 0A and D6. RGB value is (187,10,214). Sum of RGB (Red+Green+Blue) = 187+10+214=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB0AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AD6 is #44F529. Grayscale: #555555. Windows color (decimal): -4519210 or 14027451. OLE color: 14027451.
HSL color Cylindrical-coordinate representation of color #BB0AD6: hue angle of 292.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0AD6 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 10 | 214 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.16 |
| HSL | 292.06º | 0.91% | 0.44% | - |
| HSV(B) | 292.06º | 0.95% | 0.84% | - |
| XYZ | 32.74 | 15.64 | 64.91 | - |
| YUV | 86.18 | 200.14 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 214 | 0.13 | 0.95 | 0 | 0.16 | 292.06 | 0.91 | 0.44 |
| Hex | BB | A | D6 | D | 5F | 0 | 10 | 124 | 5B | 2C |
| Octal | 273 | 12 | 326 | 15 | 137 | 0 | 20 | 444 | 133 | 54 |
| Binary | 10111011 | 1010 | 11010110 | 1101 | 1011111 | 0 | 10000 | 100100100 | 1011011 | 101100 |
Color Harmonies of #BB0AD6
Complementary color
Monochromatic Colors of #BB0AD6
Black with #BB0AD6
Text Example
Text Example
White with #BB0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0AD6; }
p { color: rgb(187,10,214); }
H1.HeaderClassName
{
color: #BB0AD6;
}
.AnyTagClassName
{
color: #BB0AD6;
}
</style>
background-color css
<style>
a { background-color: #BB0AD6; }
a { background-color: rgb(187,10,214); }
div.DivClassName
{
background-color: #BB0AD6;
}
.BgClassName
{
background-color: #BB0AD6;
}
</style>
border-color css
<style>
span { border-color: #BB0AD6; }
span { border-color: rgb(187,10,214); }
td.TdClassName
{
border-color: #BB0AD6;
}
.TagClassName
{
border-color: #BB0AD6;
}
</style>