Shades of Deep Magenta #B719D3
Tints of Deep Magenta #B719D3
RGB
CMYK
RGB Variations
Color information
#B719D3 (or 0xB719D3) is known color: Deep Magenta. HEX triplet: B7, 19 and D3. RGB value is (183,25,211). Sum of RGB (Red+Green+Blue) = 183+25+211=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #B719D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719D3 is #48E62C. Grayscale: #5C5C5C. Windows color (decimal): -4777517 or 13834679. OLE color: 13834679.
HSL color Cylindrical-coordinate representation of color #B719D3: hue angle of 290.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B719D3 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 25 | 211 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.17 |
| HSL | 290.97º | 0.79% | 0.46% | - |
| HSV(B) | 290.97º | 0.88% | 0.83% | - |
| XYZ | 31.63 | 15.47 | 62.95 | - |
| YUV | 93.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 211 | 0.13 | 0.88 | 0 | 0.17 | 290.97 | 0.79 | 0.46 |
| Hex | B7 | 19 | D3 | D | 58 | 0 | 11 | 123 | 4F | 2E |
| Octal | 267 | 31 | 323 | 15 | 130 | 0 | 21 | 443 | 117 | 56 |
| Binary | 10110111 | 11001 | 11010011 | 1101 | 1011000 | 0 | 10001 | 100100011 | 1001111 | 101110 |
Color Harmonies of #B719D3
Complementary color
Monochromatic Colors of #B719D3
Black with #B719D3
Text Example
Text Example
White with #B719D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719D3; }
p { color: rgb(183,25,211); }
H1.HeaderClassName
{
color: #B719D3;
}
.AnyTagClassName
{
color: #B719D3;
}
</style>
background-color css
<style>
a { background-color: #B719D3; }
a { background-color: rgb(183,25,211); }
div.DivClassName
{
background-color: #B719D3;
}
.BgClassName
{
background-color: #B719D3;
}
</style>
border-color css
<style>
span { border-color: #B719D3; }
span { border-color: rgb(183,25,211); }
td.TdClassName
{
border-color: #B719D3;
}
.TagClassName
{
border-color: #B719D3;
}
</style>