Shades of Deep Magenta #B012CC
Tints of Deep Magenta #B012CC
RGB
CMYK
RGB Variations
Color information
#B012CC (or 0xB012CC) is known color: Deep Magenta. HEX triplet: B0, 12 and CC. RGB value is (176,18,204). Sum of RGB (Red+Green+Blue) = 176+18+204=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #B012CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012CC is #4FED33. Grayscale: #555555. Windows color (decimal): -5238068 or 13374128. OLE color: 13374128.
HSL color Cylindrical-coordinate representation of color #B012CC: hue angle of 290.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B012CC is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 18 | 204 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.2 |
| HSL | 290.97º | 0.84% | 0.44% | - |
| HSV(B) | 290.97º | 0.91% | 0.8% | - |
| XYZ | 29.02 | 14.02 | 58.3 | - |
| YUV | 86.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 204 | 0.14 | 0.91 | 0 | 0.2 | 290.97 | 0.84 | 0.44 |
| Hex | B0 | 12 | CC | E | 5B | 0 | 14 | 123 | 54 | 2C |
| Octal | 260 | 22 | 314 | 16 | 133 | 0 | 24 | 443 | 124 | 54 |
| Binary | 10110000 | 10010 | 11001100 | 1110 | 1011011 | 0 | 10100 | 100100011 | 1010100 | 101100 |
Color Harmonies of #B012CC
Complementary color
Monochromatic Colors of #B012CC
Black with #B012CC
Text Example
Text Example
White with #B012CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012CC; }
p { color: rgb(176,18,204); }
H1.HeaderClassName
{
color: #B012CC;
}
.AnyTagClassName
{
color: #B012CC;
}
</style>
background-color css
<style>
a { background-color: #B012CC; }
a { background-color: rgb(176,18,204); }
div.DivClassName
{
background-color: #B012CC;
}
.BgClassName
{
background-color: #B012CC;
}
</style>
border-color css
<style>
span { border-color: #B012CC; }
span { border-color: rgb(176,18,204); }
td.TdClassName
{
border-color: #B012CC;
}
.TagClassName
{
border-color: #B012CC;
}
</style>