Shades of Deep Magenta #B714BA
Tints of Deep Magenta #B714BA
RGB
CMYK
RGB Variations
Color information
#B714BA (or 0xB714BA) is known color: Deep Magenta. HEX triplet: B7, 14 and BA. RGB value is (183,20,186). Sum of RGB (Red+Green+Blue) = 183+20+186=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #B714BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714BA is #48EB45. Grayscale: #575757. Windows color (decimal): -4778822 or 12194999. OLE color: 12194999.
HSL color Cylindrical-coordinate representation of color #B714BA: hue angle of 298.92º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B714BA is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 20 | 186 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.27 |
| HSL | 298.92º | 0.81% | 0.4% | - |
| HSV(B) | 298.92º | 0.89% | 0.73% | - |
| XYZ | 28.64 | 14.11 | 47.67 | - |
| YUV | 87.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 186 | 0.02 | 0.89 | 0 | 0.27 | 298.92 | 0.81 | 0.4 |
| Hex | B7 | 14 | BA | 2 | 59 | 0 | 1B | 12B | 51 | 28 |
| Octal | 267 | 24 | 272 | 2 | 131 | 0 | 33 | 453 | 121 | 50 |
| Binary | 10110111 | 10100 | 10111010 | 10 | 1011001 | 0 | 11011 | 100101011 | 1010001 | 101000 |
Color Harmonies of #B714BA
Complementary color
Monochromatic Colors of #B714BA
Black with #B714BA
Text Example
Text Example
White with #B714BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714BA; }
p { color: rgb(183,20,186); }
H1.HeaderClassName
{
color: #B714BA;
}
.AnyTagClassName
{
color: #B714BA;
}
</style>
background-color css
<style>
a { background-color: #B714BA; }
a { background-color: rgb(183,20,186); }
div.DivClassName
{
background-color: #B714BA;
}
.BgClassName
{
background-color: #B714BA;
}
</style>
border-color css
<style>
span { border-color: #B714BA; }
span { border-color: rgb(183,20,186); }
td.TdClassName
{
border-color: #B714BA;
}
.TagClassName
{
border-color: #B714BA;
}
</style>