Shades of Deep Magenta #B719C2
Tints of Deep Magenta #B719C2
RGB
CMYK
RGB Variations
Color information
#B719C2 (or 0xB719C2) is known color: Deep Magenta. HEX triplet: B7, 19 and C2. RGB value is (183,25,194). Sum of RGB (Red+Green+Blue) = 183+25+194=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #B719C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719C2 is #48E63D. Grayscale: #5A5A5A. Windows color (decimal): -4777534 or 12720567. OLE color: 12720567.
HSL color Cylindrical-coordinate representation of color #B719C2: hue angle of 296.09º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B719C2 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 25 | 194 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.24 |
| HSL | 296.09º | 0.77% | 0.43% | - |
| HSV(B) | 296.09º | 0.87% | 0.76% | - |
| XYZ | 29.61 | 14.66 | 52.31 | - |
| YUV | 91.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 194 | 0.06 | 0.87 | 0 | 0.24 | 296.09 | 0.77 | 0.43 |
| Hex | B7 | 19 | C2 | 6 | 57 | 0 | 18 | 128 | 4D | 2B |
| Octal | 267 | 31 | 302 | 6 | 127 | 0 | 30 | 450 | 115 | 53 |
| Binary | 10110111 | 11001 | 11000010 | 110 | 1010111 | 0 | 11000 | 100101000 | 1001101 | 101011 |
Color Harmonies of #B719C2
Complementary color
Monochromatic Colors of #B719C2
Black with #B719C2
Text Example
Text Example
White with #B719C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719C2; }
p { color: rgb(183,25,194); }
H1.HeaderClassName
{
color: #B719C2;
}
.AnyTagClassName
{
color: #B719C2;
}
</style>
background-color css
<style>
a { background-color: #B719C2; }
a { background-color: rgb(183,25,194); }
div.DivClassName
{
background-color: #B719C2;
}
.BgClassName
{
background-color: #B719C2;
}
</style>
border-color css
<style>
span { border-color: #B719C2; }
span { border-color: rgb(183,25,194); }
td.TdClassName
{
border-color: #B719C2;
}
.TagClassName
{
border-color: #B719C2;
}
</style>