Shades of Deep Magenta #B717C1
Tints of Deep Magenta #B717C1
RGB
CMYK
RGB Variations
Color information
#B717C1 (or 0xB717C1) is known color: Deep Magenta. HEX triplet: B7, 17 and C1. RGB value is (183,23,193). Sum of RGB (Red+Green+Blue) = 183+23+193=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #B717C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717C1 is #48E83E. Grayscale: #595959. Windows color (decimal): -4778047 or 12654519. OLE color: 12654519.
HSL color Cylindrical-coordinate representation of color #B717C1: hue angle of 296.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B717C1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 23 | 193 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.24 |
| HSL | 296.47º | 0.79% | 0.42% | - |
| HSV(B) | 296.47º | 0.88% | 0.76% | - |
| XYZ | 29.46 | 14.53 | 51.7 | - |
| YUV | 90.22 | 186.01 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 193 | 0.05 | 0.88 | 0 | 0.24 | 296.47 | 0.79 | 0.42 |
| Hex | B7 | 17 | C1 | 5 | 58 | 0 | 18 | 128 | 4F | 2A |
| Octal | 267 | 27 | 301 | 5 | 130 | 0 | 30 | 450 | 117 | 52 |
| Binary | 10110111 | 10111 | 11000001 | 101 | 1011000 | 0 | 11000 | 100101000 | 1001111 | 101010 |
Color Harmonies of #B717C1
Complementary color
Monochromatic Colors of #B717C1
Black with #B717C1
Text Example
Text Example
White with #B717C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717C1; }
p { color: rgb(183,23,193); }
H1.HeaderClassName
{
color: #B717C1;
}
.AnyTagClassName
{
color: #B717C1;
}
</style>
background-color css
<style>
a { background-color: #B717C1; }
a { background-color: rgb(183,23,193); }
div.DivClassName
{
background-color: #B717C1;
}
.BgClassName
{
background-color: #B717C1;
}
</style>
border-color css
<style>
span { border-color: #B717C1; }
span { border-color: rgb(183,23,193); }
td.TdClassName
{
border-color: #B717C1;
}
.TagClassName
{
border-color: #B717C1;
}
</style>