Shades of Deep Magenta #B714CC
Tints of Deep Magenta #B714CC
RGB
CMYK
RGB Variations
Color information
#B714CC (or 0xB714CC) is known color: Deep Magenta. HEX triplet: B7, 14 and CC. RGB value is (183,20,204). Sum of RGB (Red+Green+Blue) = 183+20+204=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #B714CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714CC is #48EB33. Grayscale: #595959. Windows color (decimal): -4778804 or 13374647. OLE color: 13374647.
HSL color Cylindrical-coordinate representation of color #B714CC: hue angle of 293.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B714CC is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 20 | 204 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.2 |
| HSL | 293.15º | 0.82% | 0.44% | - |
| HSV(B) | 293.15º | 0.9% | 0.8% | - |
| XYZ | 30.68 | 14.93 | 58.39 | - |
| YUV | 89.71 | 192.5 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 204 | 0.10 | 0.90 | 0 | 0.2 | 293.15 | 0.82 | 0.44 |
| Hex | B7 | 14 | CC | A | 5A | 0 | 14 | 125 | 52 | 2C |
| Octal | 267 | 24 | 314 | 12 | 132 | 0 | 24 | 445 | 122 | 54 |
| Binary | 10110111 | 10100 | 11001100 | 1010 | 1011010 | 0 | 10100 | 100100101 | 1010010 | 101100 |
Color Harmonies of #B714CC
Complementary color
Monochromatic Colors of #B714CC
Black with #B714CC
Text Example
Text Example
White with #B714CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714CC; }
p { color: rgb(183,20,204); }
H1.HeaderClassName
{
color: #B714CC;
}
.AnyTagClassName
{
color: #B714CC;
}
</style>
background-color css
<style>
a { background-color: #B714CC; }
a { background-color: rgb(183,20,204); }
div.DivClassName
{
background-color: #B714CC;
}
.BgClassName
{
background-color: #B714CC;
}
</style>
border-color css
<style>
span { border-color: #B714CC; }
span { border-color: rgb(183,20,204); }
td.TdClassName
{
border-color: #B714CC;
}
.TagClassName
{
border-color: #B714CC;
}
</style>