Shades of Deep Magenta #BB15D4
Tints of Deep Magenta #BB15D4
RGB
CMYK
RGB Variations
Color information
#BB15D4 (or 0xBB15D4) is known color: Deep Magenta. HEX triplet: BB, 15 and D4. RGB value is (187,21,212). Sum of RGB (Red+Green+Blue) = 187+21+212=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB15D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15D4 is #44EA2B. Grayscale: #5B5B5B. Windows color (decimal): -4516396 or 13899195. OLE color: 13899195.
HSL color Cylindrical-coordinate representation of color #BB15D4: hue angle of 292.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB15D4 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 21 | 212 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.17 |
| HSL | 292.15º | 0.82% | 0.46% | - |
| HSV(B) | 292.15º | 0.9% | 0.83% | - |
| XYZ | 32.65 | 15.85 | 63.63 | - |
| YUV | 92.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 212 | 0.12 | 0.90 | 0 | 0.17 | 292.15 | 0.82 | 0.46 |
| Hex | BB | 15 | D4 | C | 5A | 0 | 11 | 124 | 52 | 2E |
| Octal | 273 | 25 | 324 | 14 | 132 | 0 | 21 | 444 | 122 | 56 |
| Binary | 10111011 | 10101 | 11010100 | 1100 | 1011010 | 0 | 10001 | 100100100 | 1010010 | 101110 |
Color Harmonies of #BB15D4
Complementary color
Monochromatic Colors of #BB15D4
Black with #BB15D4
Text Example
Text Example
White with #BB15D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15D4; }
p { color: rgb(187,21,212); }
H1.HeaderClassName
{
color: #BB15D4;
}
.AnyTagClassName
{
color: #BB15D4;
}
</style>
background-color css
<style>
a { background-color: #BB15D4; }
a { background-color: rgb(187,21,212); }
div.DivClassName
{
background-color: #BB15D4;
}
.BgClassName
{
background-color: #BB15D4;
}
</style>
border-color css
<style>
span { border-color: #BB15D4; }
span { border-color: rgb(187,21,212); }
td.TdClassName
{
border-color: #BB15D4;
}
.TagClassName
{
border-color: #BB15D4;
}
</style>