Shades of Deep Magenta #B719BC
Tints of Deep Magenta #B719BC
RGB
CMYK
RGB Variations
Color information
#B719BC (or 0xB719BC) is known color: Deep Magenta. HEX triplet: B7, 19 and BC. RGB value is (183,25,188). Sum of RGB (Red+Green+Blue) = 183+25+188=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #B719BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719BC is #48E643. Grayscale: #5A5A5A. Windows color (decimal): -4777540 or 12327351. OLE color: 12327351.
HSL color Cylindrical-coordinate representation of color #B719BC: hue angle of 298.16º 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 #B719BC is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 25 | 188 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.26 |
| HSL | 298.16º | 0.77% | 0.42% | - |
| HSV(B) | 298.16º | 0.87% | 0.74% | - |
| XYZ | 28.95 | 14.39 | 48.83 | - |
| YUV | 90.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 188 | 0.03 | 0.87 | 0 | 0.26 | 298.16 | 0.77 | 0.42 |
| Hex | B7 | 19 | BC | 3 | 57 | 0 | 1A | 12A | 4D | 2A |
| Octal | 267 | 31 | 274 | 3 | 127 | 0 | 32 | 452 | 115 | 52 |
| Binary | 10110111 | 11001 | 10111100 | 11 | 1010111 | 0 | 11010 | 100101010 | 1001101 | 101010 |
Color Harmonies of #B719BC
Complementary color
Monochromatic Colors of #B719BC
Black with #B719BC
Text Example
Text Example
White with #B719BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719BC; }
p { color: rgb(183,25,188); }
H1.HeaderClassName
{
color: #B719BC;
}
.AnyTagClassName
{
color: #B719BC;
}
</style>
background-color css
<style>
a { background-color: #B719BC; }
a { background-color: rgb(183,25,188); }
div.DivClassName
{
background-color: #B719BC;
}
.BgClassName
{
background-color: #B719BC;
}
</style>
border-color css
<style>
span { border-color: #B719BC; }
span { border-color: rgb(183,25,188); }
td.TdClassName
{
border-color: #B719BC;
}
.TagClassName
{
border-color: #B719BC;
}
</style>