Shades of Deep Magenta #B015C1
Tints of Deep Magenta #B015C1
RGB
CMYK
RGB Variations
Color information
#B015C1 (or 0xB015C1) is known color: Deep Magenta. HEX triplet: B0, 15 and C1. RGB value is (176,21,193). Sum of RGB (Red+Green+Blue) = 176+21+193=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #B015C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015C1 is #4FEA3E. Grayscale: #565656. Windows color (decimal): -5237311 or 12654000. OLE color: 12654000.
HSL color Cylindrical-coordinate representation of color #B015C1: hue angle of 294.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B015C1 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 21 | 193 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.24 |
| HSL | 294.07º | 0.8% | 0.42% | - |
| HSV(B) | 294.07º | 0.89% | 0.76% | - |
| XYZ | 27.8 | 13.62 | 51.62 | - |
| YUV | 86.95 | 187.85 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 193 | 0.09 | 0.89 | 0 | 0.24 | 294.07 | 0.8 | 0.42 |
| Hex | B0 | 15 | C1 | 9 | 59 | 0 | 18 | 126 | 50 | 2A |
| Octal | 260 | 25 | 301 | 11 | 131 | 0 | 30 | 446 | 120 | 52 |
| Binary | 10110000 | 10101 | 11000001 | 1001 | 1011001 | 0 | 11000 | 100100110 | 1010000 | 101010 |
Color Harmonies of #B015C1
Complementary color
Monochromatic Colors of #B015C1
Black with #B015C1
Text Example
Text Example
White with #B015C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015C1; }
p { color: rgb(176,21,193); }
H1.HeaderClassName
{
color: #B015C1;
}
.AnyTagClassName
{
color: #B015C1;
}
</style>
background-color css
<style>
a { background-color: #B015C1; }
a { background-color: rgb(176,21,193); }
div.DivClassName
{
background-color: #B015C1;
}
.BgClassName
{
background-color: #B015C1;
}
</style>
border-color css
<style>
span { border-color: #B015C1; }
span { border-color: rgb(176,21,193); }
td.TdClassName
{
border-color: #B015C1;
}
.TagClassName
{
border-color: #B015C1;
}
</style>