Shades of Deep Magenta #B317C0
Tints of Deep Magenta #B317C0
RGB
CMYK
RGB Variations
Color information
#B317C0 (or 0xB317C0) is known color: Deep Magenta. HEX triplet: B3, 17 and C0. RGB value is (179,23,192). Sum of RGB (Red+Green+Blue) = 179+23+192=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #B317C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317C0 is #4CE83F. Grayscale: #585858. Windows color (decimal): -5040192 or 12588979. OLE color: 12588979.
HSL color Cylindrical-coordinate representation of color #B317C0: hue angle of 295.38º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B317C0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 23 | 192 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.25 |
| HSL | 295.38º | 0.79% | 0.42% | - |
| HSV(B) | 295.38º | 0.88% | 0.75% | - |
| XYZ | 28.41 | 14 | 51.07 | - |
| YUV | 88.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 192 | 0.07 | 0.88 | 0 | 0.25 | 295.38 | 0.79 | 0.42 |
| Hex | B3 | 17 | C0 | 7 | 58 | 0 | 19 | 127 | 4F | 2A |
| Octal | 263 | 27 | 300 | 7 | 130 | 0 | 31 | 447 | 117 | 52 |
| Binary | 10110011 | 10111 | 11000000 | 111 | 1011000 | 0 | 11001 | 100100111 | 1001111 | 101010 |
Color Harmonies of #B317C0
Complementary color
Monochromatic Colors of #B317C0
Black with #B317C0
Text Example
Text Example
White with #B317C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B317C0; }
p { color: rgb(179,23,192); }
H1.HeaderClassName
{
color: #B317C0;
}
.AnyTagClassName
{
color: #B317C0;
}
</style>
background-color css
<style>
a { background-color: #B317C0; }
a { background-color: rgb(179,23,192); }
div.DivClassName
{
background-color: #B317C0;
}
.BgClassName
{
background-color: #B317C0;
}
</style>
border-color css
<style>
span { border-color: #B317C0; }
span { border-color: rgb(179,23,192); }
td.TdClassName
{
border-color: #B317C0;
}
.TagClassName
{
border-color: #B317C0;
}
</style>