Shades of Deep Magenta #B714C0
Tints of Deep Magenta #B714C0
RGB
CMYK
RGB Variations
Color information
#B714C0 (or 0xB714C0) is known color: Deep Magenta. HEX triplet: B7, 14 and C0. RGB value is (183,20,192). Sum of RGB (Red+Green+Blue) = 183+20+192=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #B714C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714C0 is #48EB3F. Grayscale: #575757. Windows color (decimal): -4778816 or 12588215. OLE color: 12588215.
HSL color Cylindrical-coordinate representation of color #B714C0: hue angle of 296.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B714C0 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 20 | 192 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.25 |
| HSL | 296.86º | 0.81% | 0.42% | - |
| HSV(B) | 296.86º | 0.9% | 0.75% | - |
| XYZ | 29.29 | 14.37 | 51.1 | - |
| YUV | 88.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 192 | 0.05 | 0.90 | 0 | 0.25 | 296.86 | 0.81 | 0.42 |
| Hex | B7 | 14 | C0 | 5 | 5A | 0 | 19 | 129 | 51 | 2A |
| Octal | 267 | 24 | 300 | 5 | 132 | 0 | 31 | 451 | 121 | 52 |
| Binary | 10110111 | 10100 | 11000000 | 101 | 1011010 | 0 | 11001 | 100101001 | 1010001 | 101010 |
Color Harmonies of #B714C0
Complementary color
Monochromatic Colors of #B714C0
Black with #B714C0
Text Example
Text Example
White with #B714C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714C0; }
p { color: rgb(183,20,192); }
H1.HeaderClassName
{
color: #B714C0;
}
.AnyTagClassName
{
color: #B714C0;
}
</style>
background-color css
<style>
a { background-color: #B714C0; }
a { background-color: rgb(183,20,192); }
div.DivClassName
{
background-color: #B714C0;
}
.BgClassName
{
background-color: #B714C0;
}
</style>
border-color css
<style>
span { border-color: #B714C0; }
span { border-color: rgb(183,20,192); }
td.TdClassName
{
border-color: #B714C0;
}
.TagClassName
{
border-color: #B714C0;
}
</style>