Shades of Deep Magenta #B714BD
Tints of Deep Magenta #B714BD
RGB
CMYK
RGB Variations
Color information
#B714BD (or 0xB714BD) is known color: Deep Magenta. HEX triplet: B7, 14 and BD. RGB value is (183,20,189). Sum of RGB (Red+Green+Blue) = 183+20+189=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #B714BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714BD is #48EB42. Grayscale: #575757. Windows color (decimal): -4778819 or 12391607. OLE color: 12391607.
HSL color Cylindrical-coordinate representation of color #B714BD: hue angle of 297.87º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B714BD is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 20 | 189 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.26 |
| HSL | 297.87º | 0.81% | 0.41% | - |
| HSV(B) | 297.87º | 0.89% | 0.74% | - |
| XYZ | 28.96 | 14.24 | 49.37 | - |
| YUV | 88 | 185 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 189 | 0.03 | 0.89 | 0 | 0.26 | 297.87 | 0.81 | 0.41 |
| Hex | B7 | 14 | BD | 3 | 59 | 0 | 1A | 12A | 51 | 29 |
| Octal | 267 | 24 | 275 | 3 | 131 | 0 | 32 | 452 | 121 | 51 |
| Binary | 10110111 | 10100 | 10111101 | 11 | 1011001 | 0 | 11010 | 100101010 | 1010001 | 101001 |
Color Harmonies of #B714BD
Complementary color
Monochromatic Colors of #B714BD
Black with #B714BD
Text Example
Text Example
White with #B714BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714BD; }
p { color: rgb(183,20,189); }
H1.HeaderClassName
{
color: #B714BD;
}
.AnyTagClassName
{
color: #B714BD;
}
</style>
background-color css
<style>
a { background-color: #B714BD; }
a { background-color: rgb(183,20,189); }
div.DivClassName
{
background-color: #B714BD;
}
.BgClassName
{
background-color: #B714BD;
}
</style>
border-color css
<style>
span { border-color: #B714BD; }
span { border-color: rgb(183,20,189); }
td.TdClassName
{
border-color: #B714BD;
}
.TagClassName
{
border-color: #B714BD;
}
</style>