Shades of Deep Magenta #B012C2
Tints of Deep Magenta #B012C2
RGB
CMYK
RGB Variations
Color information
#B012C2 (or 0xB012C2) is known color: Deep Magenta. HEX triplet: B0, 12 and C2. RGB value is (176,18,194). Sum of RGB (Red+Green+Blue) = 176+18+194=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #B012C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012C2 is #4FED3D. Grayscale: #545454. Windows color (decimal): -5238078 or 12718768. OLE color: 12718768.
HSL color Cylindrical-coordinate representation of color #B012C2: hue angle of 293.86º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B012C2 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 18 | 194 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.24 |
| HSL | 293.86º | 0.83% | 0.42% | - |
| HSV(B) | 293.86º | 0.91% | 0.76% | - |
| XYZ | 27.86 | 13.56 | 52.19 | - |
| YUV | 85.31 | 189.35 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 194 | 0.09 | 0.91 | 0 | 0.24 | 293.86 | 0.83 | 0.42 |
| Hex | B0 | 12 | C2 | 9 | 5B | 0 | 18 | 126 | 53 | 2A |
| Octal | 260 | 22 | 302 | 11 | 133 | 0 | 30 | 446 | 123 | 52 |
| Binary | 10110000 | 10010 | 11000010 | 1001 | 1011011 | 0 | 11000 | 100100110 | 1010011 | 101010 |
Color Harmonies of #B012C2
Complementary color
Monochromatic Colors of #B012C2
Black with #B012C2
Text Example
Text Example
White with #B012C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012C2; }
p { color: rgb(176,18,194); }
H1.HeaderClassName
{
color: #B012C2;
}
.AnyTagClassName
{
color: #B012C2;
}
</style>
background-color css
<style>
a { background-color: #B012C2; }
a { background-color: rgb(176,18,194); }
div.DivClassName
{
background-color: #B012C2;
}
.BgClassName
{
background-color: #B012C2;
}
</style>
border-color css
<style>
span { border-color: #B012C2; }
span { border-color: rgb(176,18,194); }
td.TdClassName
{
border-color: #B012C2;
}
.TagClassName
{
border-color: #B012C2;
}
</style>