Shades of Deep Magenta #B015BC
Tints of Deep Magenta #B015BC
RGB
CMYK
RGB Variations
Color information
#B015BC (or 0xB015BC) is known color: Deep Magenta. HEX triplet: B0, 15 and BC. RGB value is (176,21,188). Sum of RGB (Red+Green+Blue) = 176+21+188=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #B015BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015BC is #4FEA43. Grayscale: #555555. Windows color (decimal): -5237316 or 12326320. OLE color: 12326320.
HSL color Cylindrical-coordinate representation of color #B015BC: hue angle of 295.69º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B015BC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 21 | 188 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.26 |
| HSL | 295.69º | 0.8% | 0.41% | - |
| HSV(B) | 295.69º | 0.89% | 0.74% | - |
| XYZ | 27.25 | 13.4 | 48.73 | - |
| YUV | 86.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 188 | 0.06 | 0.89 | 0 | 0.26 | 295.69 | 0.8 | 0.41 |
| Hex | B0 | 15 | BC | 6 | 59 | 0 | 1A | 128 | 50 | 29 |
| Octal | 260 | 25 | 274 | 6 | 131 | 0 | 32 | 450 | 120 | 51 |
| Binary | 10110000 | 10101 | 10111100 | 110 | 1011001 | 0 | 11010 | 100101000 | 1010000 | 101001 |
Color Harmonies of #B015BC
Complementary color
Monochromatic Colors of #B015BC
Black with #B015BC
Text Example
Text Example
White with #B015BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015BC; }
p { color: rgb(176,21,188); }
H1.HeaderClassName
{
color: #B015BC;
}
.AnyTagClassName
{
color: #B015BC;
}
</style>
background-color css
<style>
a { background-color: #B015BC; }
a { background-color: rgb(176,21,188); }
div.DivClassName
{
background-color: #B015BC;
}
.BgClassName
{
background-color: #B015BC;
}
</style>
border-color css
<style>
span { border-color: #B015BC; }
span { border-color: rgb(176,21,188); }
td.TdClassName
{
border-color: #B015BC;
}
.TagClassName
{
border-color: #B015BC;
}
</style>