Shades of Deep Magenta #BB15C5
Tints of Deep Magenta #BB15C5
RGB
CMYK
RGB Variations
Color information
#BB15C5 (or 0xBB15C5) is known color: Deep Magenta. HEX triplet: BB, 15 and C5. RGB value is (187,21,197). Sum of RGB (Red+Green+Blue) = 187+21+197=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB15C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15C5 is #44EA3A. Grayscale: #5A5A5A. Windows color (decimal): -4516411 or 12916155. OLE color: 12916155.
HSL color Cylindrical-coordinate representation of color #BB15C5: hue angle of 296.59º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB15C5 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 21 | 197 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.23 |
| HSL | 296.59º | 0.81% | 0.43% | - |
| HSV(B) | 296.59º | 0.89% | 0.77% | - |
| XYZ | 30.84 | 15.13 | 54.12 | - |
| YUV | 90.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 197 | 0.05 | 0.89 | 0 | 0.23 | 296.59 | 0.81 | 0.43 |
| Hex | BB | 15 | C5 | 5 | 59 | 0 | 17 | 129 | 51 | 2B |
| Octal | 273 | 25 | 305 | 5 | 131 | 0 | 27 | 451 | 121 | 53 |
| Binary | 10111011 | 10101 | 11000101 | 101 | 1011001 | 0 | 10111 | 100101001 | 1010001 | 101011 |
Color Harmonies of #BB15C5
Complementary color
Monochromatic Colors of #BB15C5
Black with #BB15C5
Text Example
Text Example
White with #BB15C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15C5; }
p { color: rgb(187,21,197); }
H1.HeaderClassName
{
color: #BB15C5;
}
.AnyTagClassName
{
color: #BB15C5;
}
</style>
background-color css
<style>
a { background-color: #BB15C5; }
a { background-color: rgb(187,21,197); }
div.DivClassName
{
background-color: #BB15C5;
}
.BgClassName
{
background-color: #BB15C5;
}
</style>
border-color css
<style>
span { border-color: #BB15C5; }
span { border-color: rgb(187,21,197); }
td.TdClassName
{
border-color: #BB15C5;
}
.TagClassName
{
border-color: #BB15C5;
}
</style>