Shades of Deep Magenta #B012C1
Tints of Deep Magenta #B012C1
RGB
CMYK
RGB Variations
Color information
#B012C1 (or 0xB012C1) is known color: Deep Magenta. HEX triplet: B0, 12 and C1. RGB value is (176,18,193). Sum of RGB (Red+Green+Blue) = 176+18+193=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #B012C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012C1 is #4FED3E. Grayscale: #545454. Windows color (decimal): -5238079 or 12653232. OLE color: 12653232.
HSL color Cylindrical-coordinate representation of color #B012C1: hue angle of 294.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B012C1 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 18 | 193 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.24 |
| HSL | 294.17º | 0.83% | 0.41% | - |
| HSV(B) | 294.17º | 0.91% | 0.76% | - |
| XYZ | 27.75 | 13.51 | 51.6 | - |
| YUV | 85.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 193 | 0.09 | 0.91 | 0 | 0.24 | 294.17 | 0.83 | 0.41 |
| Hex | B0 | 12 | C1 | 9 | 5B | 0 | 18 | 126 | 53 | 29 |
| Octal | 260 | 22 | 301 | 11 | 133 | 0 | 30 | 446 | 123 | 51 |
| Binary | 10110000 | 10010 | 11000001 | 1001 | 1011011 | 0 | 11000 | 100100110 | 1010011 | 101001 |
Color Harmonies of #B012C1
Complementary color
Monochromatic Colors of #B012C1
Black with #B012C1
Text Example
Text Example
White with #B012C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012C1; }
p { color: rgb(176,18,193); }
H1.HeaderClassName
{
color: #B012C1;
}
.AnyTagClassName
{
color: #B012C1;
}
</style>
background-color css
<style>
a { background-color: #B012C1; }
a { background-color: rgb(176,18,193); }
div.DivClassName
{
background-color: #B012C1;
}
.BgClassName
{
background-color: #B012C1;
}
</style>
border-color css
<style>
span { border-color: #B012C1; }
span { border-color: rgb(176,18,193); }
td.TdClassName
{
border-color: #B012C1;
}
.TagClassName
{
border-color: #B012C1;
}
</style>