Shades of Deep Magenta #B012C4
Tints of Deep Magenta #B012C4
RGB
CMYK
RGB Variations
Color information
#B012C4 (or 0xB012C4) is known color: Deep Magenta. HEX triplet: B0, 12 and C4. RGB value is (176,18,196). Sum of RGB (Red+Green+Blue) = 176+18+196=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #B012C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012C4 is #4FED3B. Grayscale: #545454. Windows color (decimal): -5238076 or 12849840. OLE color: 12849840.
HSL color Cylindrical-coordinate representation of color #B012C4: hue angle of 293.26º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B012C4 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 18 | 196 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.23 |
| HSL | 293.26º | 0.83% | 0.42% | - |
| HSV(B) | 293.26º | 0.91% | 0.77% | - |
| XYZ | 28.08 | 13.65 | 53.38 | - |
| YUV | 85.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 196 | 0.10 | 0.91 | 0 | 0.23 | 293.26 | 0.83 | 0.42 |
| Hex | B0 | 12 | C4 | A | 5B | 0 | 17 | 125 | 53 | 2A |
| Octal | 260 | 22 | 304 | 12 | 133 | 0 | 27 | 445 | 123 | 52 |
| Binary | 10110000 | 10010 | 11000100 | 1010 | 1011011 | 0 | 10111 | 100100101 | 1010011 | 101010 |
Color Harmonies of #B012C4
Complementary color
Monochromatic Colors of #B012C4
Black with #B012C4
Text Example
Text Example
White with #B012C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012C4; }
p { color: rgb(176,18,196); }
H1.HeaderClassName
{
color: #B012C4;
}
.AnyTagClassName
{
color: #B012C4;
}
</style>
background-color css
<style>
a { background-color: #B012C4; }
a { background-color: rgb(176,18,196); }
div.DivClassName
{
background-color: #B012C4;
}
.BgClassName
{
background-color: #B012C4;
}
</style>
border-color css
<style>
span { border-color: #B012C4; }
span { border-color: rgb(176,18,196); }
td.TdClassName
{
border-color: #B012C4;
}
.TagClassName
{
border-color: #B012C4;
}
</style>