Shades of Deep Magenta #B312C9
Tints of Deep Magenta #B312C9
RGB
CMYK
RGB Variations
Color information
#B312C9 (or 0xB312C9) is known color: Deep Magenta. HEX triplet: B3, 12 and C9. RGB value is (179,18,201). Sum of RGB (Red+Green+Blue) = 179+18+201=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #B312C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312C9 is #4CED36. Grayscale: #565656. Windows color (decimal): -5041463 or 13177523. OLE color: 13177523.
HSL color Cylindrical-coordinate representation of color #B312C9: hue angle of 292.79º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B312C9 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 18 | 201 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.21 |
| HSL | 292.79º | 0.84% | 0.43% | - |
| HSV(B) | 292.79º | 0.91% | 0.79% | - |
| XYZ | 29.35 | 14.23 | 56.46 | - |
| YUV | 87 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 201 | 0.11 | 0.91 | 0 | 0.21 | 292.79 | 0.84 | 0.43 |
| Hex | B3 | 12 | C9 | B | 5B | 0 | 15 | 125 | 54 | 2B |
| Octal | 263 | 22 | 311 | 13 | 133 | 0 | 25 | 445 | 124 | 53 |
| Binary | 10110011 | 10010 | 11001001 | 1011 | 1011011 | 0 | 10101 | 100100101 | 1010100 | 101011 |
Color Harmonies of #B312C9
Complementary color
Monochromatic Colors of #B312C9
Black with #B312C9
Text Example
Text Example
White with #B312C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312C9; }
p { color: rgb(179,18,201); }
H1.HeaderClassName
{
color: #B312C9;
}
.AnyTagClassName
{
color: #B312C9;
}
</style>
background-color css
<style>
a { background-color: #B312C9; }
a { background-color: rgb(179,18,201); }
div.DivClassName
{
background-color: #B312C9;
}
.BgClassName
{
background-color: #B312C9;
}
</style>
border-color css
<style>
span { border-color: #B312C9; }
span { border-color: rgb(179,18,201); }
td.TdClassName
{
border-color: #B312C9;
}
.TagClassName
{
border-color: #B312C9;
}
</style>