Shades of Deep Magenta #BB15D0
Tints of Deep Magenta #BB15D0
RGB
CMYK
RGB Variations
Color information
#BB15D0 (or 0xBB15D0) is known color: Deep Magenta. HEX triplet: BB, 15 and D0. RGB value is (187,21,208). Sum of RGB (Red+Green+Blue) = 187+21+208=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB15D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15D0 is #44EA2F. Grayscale: #5B5B5B. Windows color (decimal): -4516400 or 13637051. OLE color: 13637051.
HSL color Cylindrical-coordinate representation of color #BB15D0: hue angle of 293.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB15D0 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 21 | 208 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.18 |
| HSL | 293.26º | 0.82% | 0.45% | - |
| HSV(B) | 293.26º | 0.9% | 0.82% | - |
| XYZ | 32.15 | 15.66 | 61 | - |
| YUV | 91.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 208 | 0.10 | 0.90 | 0 | 0.18 | 293.26 | 0.82 | 0.45 |
| Hex | BB | 15 | D0 | A | 5A | 0 | 12 | 125 | 52 | 2D |
| Octal | 273 | 25 | 320 | 12 | 132 | 0 | 22 | 445 | 122 | 55 |
| Binary | 10111011 | 10101 | 11010000 | 1010 | 1011010 | 0 | 10010 | 100100101 | 1010010 | 101101 |
Color Harmonies of #BB15D0
Complementary color
Monochromatic Colors of #BB15D0
Black with #BB15D0
Text Example
Text Example
White with #BB15D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB15D0; }
p { color: rgb(187,21,208); }
H1.HeaderClassName
{
color: #BB15D0;
}
.AnyTagClassName
{
color: #BB15D0;
}
</style>
background-color css
<style>
a { background-color: #BB15D0; }
a { background-color: rgb(187,21,208); }
div.DivClassName
{
background-color: #BB15D0;
}
.BgClassName
{
background-color: #BB15D0;
}
</style>
border-color css
<style>
span { border-color: #BB15D0; }
span { border-color: rgb(187,21,208); }
td.TdClassName
{
border-color: #BB15D0;
}
.TagClassName
{
border-color: #BB15D0;
}
</style>