Shades of Deep Magenta #B312BC
Tints of Deep Magenta #B312BC
RGB
CMYK
RGB Variations
Color information
#B312BC (or 0xB312BC) is known color: Deep Magenta. HEX triplet: B3, 12 and BC. RGB value is (179,18,188). Sum of RGB (Red+Green+Blue) = 179+18+188=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #B312BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B312BC is #4CED43. Grayscale: #555555. Windows color (decimal): -5041476 or 12325555. OLE color: 12325555.
HSL color Cylindrical-coordinate representation of color #B312BC: hue angle of 296.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B312BC is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 18 | 188 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.26 |
| HSL | 296.82º | 0.83% | 0.4% | - |
| HSV(B) | 296.82º | 0.9% | 0.74% | - |
| XYZ | 27.88 | 13.65 | 48.74 | - |
| YUV | 85.52 | 185.84 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 188 | 0.05 | 0.90 | 0 | 0.26 | 296.82 | 0.83 | 0.4 |
| Hex | B3 | 12 | BC | 5 | 5A | 0 | 1A | 129 | 53 | 28 |
| Octal | 263 | 22 | 274 | 5 | 132 | 0 | 32 | 451 | 123 | 50 |
| Binary | 10110011 | 10010 | 10111100 | 101 | 1011010 | 0 | 11010 | 100101001 | 1010011 | 101000 |
Color Harmonies of #B312BC
Complementary color
Monochromatic Colors of #B312BC
Black with #B312BC
Text Example
Text Example
White with #B312BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312BC; }
p { color: rgb(179,18,188); }
H1.HeaderClassName
{
color: #B312BC;
}
.AnyTagClassName
{
color: #B312BC;
}
</style>
background-color css
<style>
a { background-color: #B312BC; }
a { background-color: rgb(179,18,188); }
div.DivClassName
{
background-color: #B312BC;
}
.BgClassName
{
background-color: #B312BC;
}
</style>
border-color css
<style>
span { border-color: #B312BC; }
span { border-color: rgb(179,18,188); }
td.TdClassName
{
border-color: #B312BC;
}
.TagClassName
{
border-color: #B312BC;
}
</style>