Shades of Deep Magenta #B717C6
Tints of Deep Magenta #B717C6
RGB
CMYK
RGB Variations
Color information
#B717C6 (or 0xB717C6) is known color: Deep Magenta. HEX triplet: B7, 17 and C6. RGB value is (183,23,198). Sum of RGB (Red+Green+Blue) = 183+23+198=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #B717C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717C6 is #48E839. Grayscale: #5A5A5A. Windows color (decimal): -4778042 or 12982199. OLE color: 12982199.
HSL color Cylindrical-coordinate representation of color #B717C6: hue angle of 294.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B717C6 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 23 | 198 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.22 |
| HSL | 294.86º | 0.79% | 0.43% | - |
| HSV(B) | 294.86º | 0.88% | 0.78% | - |
| XYZ | 30.03 | 14.76 | 54.69 | - |
| YUV | 90.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 198 | 0.08 | 0.88 | 0 | 0.22 | 294.86 | 0.79 | 0.43 |
| Hex | B7 | 17 | C6 | 8 | 58 | 0 | 16 | 127 | 4F | 2B |
| Octal | 267 | 27 | 306 | 10 | 130 | 0 | 26 | 447 | 117 | 53 |
| Binary | 10110111 | 10111 | 11000110 | 1000 | 1011000 | 0 | 10110 | 100100111 | 1001111 | 101011 |
Color Harmonies of #B717C6
Complementary color
Monochromatic Colors of #B717C6
Black with #B717C6
Text Example
Text Example
White with #B717C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717C6; }
p { color: rgb(183,23,198); }
H1.HeaderClassName
{
color: #B717C6;
}
.AnyTagClassName
{
color: #B717C6;
}
</style>
background-color css
<style>
a { background-color: #B717C6; }
a { background-color: rgb(183,23,198); }
div.DivClassName
{
background-color: #B717C6;
}
.BgClassName
{
background-color: #B717C6;
}
</style>
border-color css
<style>
span { border-color: #B717C6; }
span { border-color: rgb(183,23,198); }
td.TdClassName
{
border-color: #B717C6;
}
.TagClassName
{
border-color: #B717C6;
}
</style>