Shades of Deep Magenta #B719BD
Tints of Deep Magenta #B719BD
RGB
CMYK
RGB Variations
Color information
#B719BD (or 0xB719BD) is known color: Deep Magenta. HEX triplet: B7, 19 and BD. RGB value is (183,25,189). Sum of RGB (Red+Green+Blue) = 183+25+189=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #B719BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719BD is #48E642. Grayscale: #5A5A5A. Windows color (decimal): -4777539 or 12392887. OLE color: 12392887.
HSL color Cylindrical-coordinate representation of color #B719BD: hue angle of 297.8º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B719BD is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 25 | 189 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.26 |
| HSL | 297.8º | 0.77% | 0.42% | - |
| HSV(B) | 297.8º | 0.87% | 0.74% | - |
| XYZ | 29.06 | 14.44 | 49.4 | - |
| YUV | 90.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 189 | 0.03 | 0.87 | 0 | 0.26 | 297.8 | 0.77 | 0.42 |
| Hex | B7 | 19 | BD | 3 | 57 | 0 | 1A | 12A | 4D | 2A |
| Octal | 267 | 31 | 275 | 3 | 127 | 0 | 32 | 452 | 115 | 52 |
| Binary | 10110111 | 11001 | 10111101 | 11 | 1010111 | 0 | 11010 | 100101010 | 1001101 | 101010 |
Color Harmonies of #B719BD
Complementary color
Monochromatic Colors of #B719BD
Black with #B719BD
Text Example
Text Example
White with #B719BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719BD; }
p { color: rgb(183,25,189); }
H1.HeaderClassName
{
color: #B719BD;
}
.AnyTagClassName
{
color: #B719BD;
}
</style>
background-color css
<style>
a { background-color: #B719BD; }
a { background-color: rgb(183,25,189); }
div.DivClassName
{
background-color: #B719BD;
}
.BgClassName
{
background-color: #B719BD;
}
</style>
border-color css
<style>
span { border-color: #B719BD; }
span { border-color: rgb(183,25,189); }
td.TdClassName
{
border-color: #B719BD;
}
.TagClassName
{
border-color: #B719BD;
}
</style>