Shades of Deep Magenta #B015BB
Tints of Deep Magenta #B015BB
RGB
CMYK
RGB Variations
Color information
#B015BB (or 0xB015BB) is known color: Deep Magenta. HEX triplet: B0, 15 and BB. RGB value is (176,21,187). Sum of RGB (Red+Green+Blue) = 176+21+187=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #B015BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015BB is #4FEA44. Grayscale: #555555. Windows color (decimal): -5237317 or 12260784. OLE color: 12260784.
HSL color Cylindrical-coordinate representation of color #B015BB: hue angle of 296.02º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B015BB is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 21 | 187 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.27 |
| HSL | 296.02º | 0.8% | 0.41% | - |
| HSV(B) | 296.02º | 0.89% | 0.73% | - |
| XYZ | 27.14 | 13.35 | 48.16 | - |
| YUV | 86.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 187 | 0.06 | 0.89 | 0 | 0.27 | 296.02 | 0.8 | 0.41 |
| Hex | B0 | 15 | BB | 6 | 59 | 0 | 1B | 128 | 50 | 29 |
| Octal | 260 | 25 | 273 | 6 | 131 | 0 | 33 | 450 | 120 | 51 |
| Binary | 10110000 | 10101 | 10111011 | 110 | 1011001 | 0 | 11011 | 100101000 | 1010000 | 101001 |
Color Harmonies of #B015BB
Complementary color
Monochromatic Colors of #B015BB
Black with #B015BB
Text Example
Text Example
White with #B015BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015BB; }
p { color: rgb(176,21,187); }
H1.HeaderClassName
{
color: #B015BB;
}
.AnyTagClassName
{
color: #B015BB;
}
</style>
background-color css
<style>
a { background-color: #B015BB; }
a { background-color: rgb(176,21,187); }
div.DivClassName
{
background-color: #B015BB;
}
.BgClassName
{
background-color: #B015BB;
}
</style>
border-color css
<style>
span { border-color: #B015BB; }
span { border-color: rgb(176,21,187); }
td.TdClassName
{
border-color: #B015BB;
}
.TagClassName
{
border-color: #B015BB;
}
</style>