Shades of Deep Magenta #B719AF
Tints of Deep Magenta #B719AF
RGB
CMYK
RGB Variations
Color information
#B719AF (or 0xB719AF) is known color: Deep Magenta. HEX triplet: B7, 19 and AF. RGB value is (183,25,175). Sum of RGB (Red+Green+Blue) = 183+25+175=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B719AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B719AF is #48E650. Grayscale: #585858. Windows color (decimal): -4777553 or 11475383. OLE color: 11475383.
HSL color Cylindrical-coordinate representation of color #B719AF: hue angle of 303.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B719AF is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 175 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.28 |
| HSL | 303.04º | 0.76% | 0.41% | - |
| HSV(B) | 303.04º | 0.86% | 0.72% | - |
| XYZ | 27.61 | 13.86 | 41.78 | - |
| YUV | 89.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 175 | 0 | 0.86 | 0.04 | 0.28 | 303.04 | 0.76 | 0.41 |
| Hex | B7 | 19 | AF | 0 | 56 | 4 | 1C | 12F | 4C | 29 |
| Octal | 267 | 31 | 257 | 0 | 126 | 4 | 34 | 457 | 114 | 51 |
| Binary | 10110111 | 11001 | 10101111 | 0 | 1010110 | 100 | 11100 | 100101111 | 1001100 | 101001 |
Color Harmonies of #B719AF
Complementary color
Monochromatic Colors of #B719AF
Black with #B719AF
Text Example
Text Example
White with #B719AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719AF; }
p { color: rgb(183,25,175); }
H1.HeaderClassName
{
color: #B719AF;
}
.AnyTagClassName
{
color: #B719AF;
}
</style>
background-color css
<style>
a { background-color: #B719AF; }
a { background-color: rgb(183,25,175); }
div.DivClassName
{
background-color: #B719AF;
}
.BgClassName
{
background-color: #B719AF;
}
</style>
border-color css
<style>
span { border-color: #B719AF; }
span { border-color: rgb(183,25,175); }
td.TdClassName
{
border-color: #B719AF;
}
.TagClassName
{
border-color: #B719AF;
}
</style>