Shades of Deep Magenta #B312CC
Tints of Deep Magenta #B312CC
RGB
CMYK
RGB Variations
Color information
#B312CC (or 0xB312CC) is known color: Deep Magenta. HEX triplet: B3, 12 and CC. RGB value is (179,18,204). Sum of RGB (Red+Green+Blue) = 179+18+204=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #B312CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312CC is #4CED33. Grayscale: #565656. Windows color (decimal): -5041460 or 13374131. OLE color: 13374131.
HSL color Cylindrical-coordinate representation of color #B312CC: hue angle of 291.94º 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 #B312CC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 18 | 204 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.2 |
| HSL | 291.94º | 0.84% | 0.44% | - |
| HSV(B) | 291.94º | 0.91% | 0.8% | - |
| XYZ | 29.71 | 14.38 | 58.34 | - |
| YUV | 87.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 204 | 0.12 | 0.91 | 0 | 0.2 | 291.94 | 0.84 | 0.44 |
| Hex | B3 | 12 | CC | C | 5B | 0 | 14 | 124 | 54 | 2C |
| Octal | 263 | 22 | 314 | 14 | 133 | 0 | 24 | 444 | 124 | 54 |
| Binary | 10110011 | 10010 | 11001100 | 1100 | 1011011 | 0 | 10100 | 100100100 | 1010100 | 101100 |
Color Harmonies of #B312CC
Complementary color
Monochromatic Colors of #B312CC
Black with #B312CC
Text Example
Text Example
White with #B312CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312CC; }
p { color: rgb(179,18,204); }
H1.HeaderClassName
{
color: #B312CC;
}
.AnyTagClassName
{
color: #B312CC;
}
</style>
background-color css
<style>
a { background-color: #B312CC; }
a { background-color: rgb(179,18,204); }
div.DivClassName
{
background-color: #B312CC;
}
.BgClassName
{
background-color: #B312CC;
}
</style>
border-color css
<style>
span { border-color: #B312CC; }
span { border-color: rgb(179,18,204); }
td.TdClassName
{
border-color: #B312CC;
}
.TagClassName
{
border-color: #B312CC;
}
</style>