Shades of Deep Magenta #B714CB
Tints of Deep Magenta #B714CB
RGB
CMYK
RGB Variations
Color information
#B714CB (or 0xB714CB) is known color: Deep Magenta. HEX triplet: B7, 14 and CB. RGB value is (183,20,203). Sum of RGB (Red+Green+Blue) = 183+20+203=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #B714CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714CB is #48EB34. Grayscale: #595959. Windows color (decimal): -4778805 or 13309111. OLE color: 13309111.
HSL color Cylindrical-coordinate representation of color #B714CB: hue angle of 293.44º 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 #B714CB is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 20 | 203 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.20 |
| HSL | 293.44º | 0.82% | 0.44% | - |
| HSV(B) | 293.44º | 0.9% | 0.8% | - |
| XYZ | 30.56 | 14.88 | 57.76 | - |
| YUV | 89.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 203 | 0.10 | 0.90 | 0 | 0.20 | 293.44 | 0.82 | 0.44 |
| Hex | B7 | 14 | CB | A | 5A | 0 | 14 | 125 | 52 | 2C |
| Octal | 267 | 24 | 313 | 12 | 132 | 0 | 24 | 445 | 122 | 54 |
| Binary | 10110111 | 10100 | 11001011 | 1010 | 1011010 | 0 | 10100 | 100100101 | 1010010 | 101100 |
Color Harmonies of #B714CB
Complementary color
Monochromatic Colors of #B714CB
Black with #B714CB
Text Example
Text Example
White with #B714CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714CB; }
p { color: rgb(183,20,203); }
H1.HeaderClassName
{
color: #B714CB;
}
.AnyTagClassName
{
color: #B714CB;
}
</style>
background-color css
<style>
a { background-color: #B714CB; }
a { background-color: rgb(183,20,203); }
div.DivClassName
{
background-color: #B714CB;
}
.BgClassName
{
background-color: #B714CB;
}
</style>
border-color css
<style>
span { border-color: #B714CB; }
span { border-color: rgb(183,20,203); }
td.TdClassName
{
border-color: #B714CB;
}
.TagClassName
{
border-color: #B714CB;
}
</style>