Shades of Deep Magenta #BB0AD7
Tints of Deep Magenta #BB0AD7
RGB
CMYK
RGB Variations
Color information
#BB0AD7 (or 0xBB0AD7) is known color: Deep Magenta. HEX triplet: BB, 0A and D7. RGB value is (187,10,215). Sum of RGB (Red+Green+Blue) = 187+10+215=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB0AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AD7 is #44F528. Grayscale: #555555. Windows color (decimal): -4519209 or 14092987. OLE color: 14092987.
HSL color Cylindrical-coordinate representation of color #BB0AD7: hue angle of 291.8º 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 #BB0AD7 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 10 | 215 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.16 |
| HSL | 291.8º | 0.91% | 0.44% | - |
| HSV(B) | 291.8º | 0.95% | 0.84% | - |
| XYZ | 32.87 | 15.69 | 65.59 | - |
| YUV | 86.29 | 200.64 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 10 | 215 | 0.13 | 0.95 | 0 | 0.16 | 291.8 | 0.91 | 0.44 |
| Hex | BB | A | D7 | D | 5F | 0 | 10 | 124 | 5B | 2C |
| Octal | 273 | 12 | 327 | 15 | 137 | 0 | 20 | 444 | 133 | 54 |
| Binary | 10111011 | 1010 | 11010111 | 1101 | 1011111 | 0 | 10000 | 100100100 | 1011011 | 101100 |
Color Harmonies of #BB0AD7
Complementary color
Monochromatic Colors of #BB0AD7
Black with #BB0AD7
Text Example
Text Example
White with #BB0AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0AD7; }
p { color: rgb(187,10,215); }
H1.HeaderClassName
{
color: #BB0AD7;
}
.AnyTagClassName
{
color: #BB0AD7;
}
</style>
background-color css
<style>
a { background-color: #BB0AD7; }
a { background-color: rgb(187,10,215); }
div.DivClassName
{
background-color: #BB0AD7;
}
.BgClassName
{
background-color: #BB0AD7;
}
</style>
border-color css
<style>
span { border-color: #BB0AD7; }
span { border-color: rgb(187,10,215); }
td.TdClassName
{
border-color: #BB0AD7;
}
.TagClassName
{
border-color: #BB0AD7;
}
</style>