Shades of Deep Magenta #B714B2
Tints of Deep Magenta #B714B2
RGB
CMYK
RGB Variations
Color information
#B714B2 (or 0xB714B2) is known color: Deep Magenta. HEX triplet: B7, 14 and B2. RGB value is (183,20,178). Sum of RGB (Red+Green+Blue) = 183+20+178=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B714B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B714B2 is #48EB4D. Grayscale: #565656. Windows color (decimal): -4778830 or 11670711. OLE color: 11670711.
HSL color Cylindrical-coordinate representation of color #B714B2: hue angle of 301.84º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B714B2 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 178 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.28 |
| HSL | 301.84º | 0.8% | 0.4% | - |
| HSV(B) | 301.84º | 0.89% | 0.72% | - |
| XYZ | 27.81 | 13.78 | 43.31 | - |
| YUV | 86.75 | 179.5 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 178 | 0 | 0.89 | 0.03 | 0.28 | 301.84 | 0.8 | 0.4 |
| Hex | B7 | 14 | B2 | 0 | 59 | 3 | 1C | 12E | 50 | 28 |
| Octal | 267 | 24 | 262 | 0 | 131 | 3 | 34 | 456 | 120 | 50 |
| Binary | 10110111 | 10100 | 10110010 | 0 | 1011001 | 11 | 11100 | 100101110 | 1010000 | 101000 |
Color Harmonies of #B714B2
Complementary color
Monochromatic Colors of #B714B2
Black with #B714B2
Text Example
Text Example
White with #B714B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714B2; }
p { color: rgb(183,20,178); }
H1.HeaderClassName
{
color: #B714B2;
}
.AnyTagClassName
{
color: #B714B2;
}
</style>
background-color css
<style>
a { background-color: #B714B2; }
a { background-color: rgb(183,20,178); }
div.DivClassName
{
background-color: #B714B2;
}
.BgClassName
{
background-color: #B714B2;
}
</style>
border-color css
<style>
span { border-color: #B714B2; }
span { border-color: rgb(183,20,178); }
td.TdClassName
{
border-color: #B714B2;
}
.TagClassName
{
border-color: #B714B2;
}
</style>