Shades of Deep Magenta #B714BC
Tints of Deep Magenta #B714BC
RGB
CMYK
RGB Variations
Color information
#B714BC (or 0xB714BC) is known color: Deep Magenta. HEX triplet: B7, 14 and BC. RGB value is (183,20,188). Sum of RGB (Red+Green+Blue) = 183+20+188=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #B714BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714BC is #48EB43. Grayscale: #575757. Windows color (decimal): -4778820 or 12326071. OLE color: 12326071.
HSL color Cylindrical-coordinate representation of color #B714BC: hue angle of 298.21º 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 #B714BC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 20 | 188 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.26 |
| HSL | 298.21º | 0.81% | 0.41% | - |
| HSV(B) | 298.21º | 0.89% | 0.74% | - |
| XYZ | 28.86 | 14.2 | 48.8 | - |
| YUV | 87.89 | 184.5 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 188 | 0.03 | 0.89 | 0 | 0.26 | 298.21 | 0.81 | 0.41 |
| Hex | B7 | 14 | BC | 3 | 59 | 0 | 1A | 12A | 51 | 29 |
| Octal | 267 | 24 | 274 | 3 | 131 | 0 | 32 | 452 | 121 | 51 |
| Binary | 10110111 | 10100 | 10111100 | 11 | 1011001 | 0 | 11010 | 100101010 | 1010001 | 101001 |
Color Harmonies of #B714BC
Complementary color
Monochromatic Colors of #B714BC
Black with #B714BC
Text Example
Text Example
White with #B714BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714BC; }
p { color: rgb(183,20,188); }
H1.HeaderClassName
{
color: #B714BC;
}
.AnyTagClassName
{
color: #B714BC;
}
</style>
background-color css
<style>
a { background-color: #B714BC; }
a { background-color: rgb(183,20,188); }
div.DivClassName
{
background-color: #B714BC;
}
.BgClassName
{
background-color: #B714BC;
}
</style>
border-color css
<style>
span { border-color: #B714BC; }
span { border-color: rgb(183,20,188); }
td.TdClassName
{
border-color: #B714BC;
}
.TagClassName
{
border-color: #B714BC;
}
</style>