Shades of Deep Magenta #BB15C7
Tints of Deep Magenta #BB15C7
RGB
CMYK
RGB Variations
Color information
#BB15C7 (or 0xBB15C7) is known color: Deep Magenta. HEX triplet: BB, 15 and C7. RGB value is (187,21,199). Sum of RGB (Red+Green+Blue) = 187+21+199=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB15C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15C7 is #44EA38. Grayscale: #5A5A5A. Windows color (decimal): -4516409 or 13047227. OLE color: 13047227.
HSL color Cylindrical-coordinate representation of color #BB15C7: hue angle of 295.96º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB15C7 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 21 | 199 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.22 |
| HSL | 295.96º | 0.81% | 0.43% | - |
| HSV(B) | 295.96º | 0.89% | 0.78% | - |
| XYZ | 31.07 | 15.22 | 55.33 | - |
| YUV | 90.93 | 189 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 199 | 0.06 | 0.89 | 0 | 0.22 | 295.96 | 0.81 | 0.43 |
| Hex | BB | 15 | C7 | 6 | 59 | 0 | 16 | 128 | 51 | 2B |
| Octal | 273 | 25 | 307 | 6 | 131 | 0 | 26 | 450 | 121 | 53 |
| Binary | 10111011 | 10101 | 11000111 | 110 | 1011001 | 0 | 10110 | 100101000 | 1010001 | 101011 |
Color Harmonies of #BB15C7
Complementary color
Monochromatic Colors of #BB15C7
Black with #BB15C7
Text Example
Text Example
White with #BB15C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15C7; }
p { color: rgb(187,21,199); }
H1.HeaderClassName
{
color: #BB15C7;
}
.AnyTagClassName
{
color: #BB15C7;
}
</style>
background-color css
<style>
a { background-color: #BB15C7; }
a { background-color: rgb(187,21,199); }
div.DivClassName
{
background-color: #BB15C7;
}
.BgClassName
{
background-color: #BB15C7;
}
</style>
border-color css
<style>
span { border-color: #BB15C7; }
span { border-color: rgb(187,21,199); }
td.TdClassName
{
border-color: #BB15C7;
}
.TagClassName
{
border-color: #BB15C7;
}
</style>