Shades of Deep Magenta #B719C6
Tints of Deep Magenta #B719C6
RGB
CMYK
RGB Variations
Color information
#B719C6 (or 0xB719C6) is known color: Deep Magenta. HEX triplet: B7, 19 and C6. RGB value is (183,25,198). Sum of RGB (Red+Green+Blue) = 183+25+198=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #B719C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719C6 is #48E639. Grayscale: #5B5B5B. Windows color (decimal): -4777530 or 12982711. OLE color: 12982711.
HSL color Cylindrical-coordinate representation of color #B719C6: hue angle of 294.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B719C6 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 25 | 198 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.22 |
| HSL | 294.8º | 0.78% | 0.44% | - |
| HSV(B) | 294.8º | 0.87% | 0.78% | - |
| XYZ | 30.07 | 14.84 | 54.71 | - |
| YUV | 91.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 198 | 0.08 | 0.87 | 0 | 0.22 | 294.8 | 0.78 | 0.44 |
| Hex | B7 | 19 | C6 | 8 | 57 | 0 | 16 | 127 | 4E | 2C |
| Octal | 267 | 31 | 306 | 10 | 127 | 0 | 26 | 447 | 116 | 54 |
| Binary | 10110111 | 11001 | 11000110 | 1000 | 1010111 | 0 | 10110 | 100100111 | 1001110 | 101100 |
Color Harmonies of #B719C6
Complementary color
Monochromatic Colors of #B719C6
Black with #B719C6
Text Example
Text Example
White with #B719C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719C6; }
p { color: rgb(183,25,198); }
H1.HeaderClassName
{
color: #B719C6;
}
.AnyTagClassName
{
color: #B719C6;
}
</style>
background-color css
<style>
a { background-color: #B719C6; }
a { background-color: rgb(183,25,198); }
div.DivClassName
{
background-color: #B719C6;
}
.BgClassName
{
background-color: #B719C6;
}
</style>
border-color css
<style>
span { border-color: #B719C6; }
span { border-color: rgb(183,25,198); }
td.TdClassName
{
border-color: #B719C6;
}
.TagClassName
{
border-color: #B719C6;
}
</style>