Shades of Deep Magenta #B719C8
Tints of Deep Magenta #B719C8
RGB
CMYK
RGB Variations
Color information
#B719C8 (or 0xB719C8) is known color: Deep Magenta. HEX triplet: B7, 19 and C8. RGB value is (183,25,200). Sum of RGB (Red+Green+Blue) = 183+25+200=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #B719C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719C8 is #48E637. Grayscale: #5B5B5B. Windows color (decimal): -4777528 or 13113783. OLE color: 13113783.
HSL color Cylindrical-coordinate representation of color #B719C8: hue angle of 294.17º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B719C8 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 25 | 200 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.22 |
| HSL | 294.17º | 0.78% | 0.44% | - |
| HSV(B) | 294.17º | 0.88% | 0.78% | - |
| XYZ | 30.3 | 14.93 | 55.93 | - |
| YUV | 92.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 200 | 0.08 | 0.88 | 0 | 0.22 | 294.17 | 0.78 | 0.44 |
| Hex | B7 | 19 | C8 | 8 | 58 | 0 | 16 | 126 | 4E | 2C |
| Octal | 267 | 31 | 310 | 10 | 130 | 0 | 26 | 446 | 116 | 54 |
| Binary | 10110111 | 11001 | 11001000 | 1000 | 1011000 | 0 | 10110 | 100100110 | 1001110 | 101100 |
Color Harmonies of #B719C8
Complementary color
Monochromatic Colors of #B719C8
Black with #B719C8
Text Example
Text Example
White with #B719C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719C8; }
p { color: rgb(183,25,200); }
H1.HeaderClassName
{
color: #B719C8;
}
.AnyTagClassName
{
color: #B719C8;
}
</style>
background-color css
<style>
a { background-color: #B719C8; }
a { background-color: rgb(183,25,200); }
div.DivClassName
{
background-color: #B719C8;
}
.BgClassName
{
background-color: #B719C8;
}
</style>
border-color css
<style>
span { border-color: #B719C8; }
span { border-color: rgb(183,25,200); }
td.TdClassName
{
border-color: #B719C8;
}
.TagClassName
{
border-color: #B719C8;
}
</style>