Shades of Deep Magenta #B714BE
Tints of Deep Magenta #B714BE
RGB
CMYK
RGB Variations
Color information
#B714BE (or 0xB714BE) is known color: Deep Magenta. HEX triplet: B7, 14 and BE. RGB value is (183,20,190). Sum of RGB (Red+Green+Blue) = 183+20+190=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #B714BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714BE is #48EB41. Grayscale: #575757. Windows color (decimal): -4778818 or 12457143. OLE color: 12457143.
HSL color Cylindrical-coordinate representation of color #B714BE: hue angle of 297.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B714BE is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 20 | 190 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.25 |
| HSL | 297.53º | 0.81% | 0.41% | - |
| HSV(B) | 297.53º | 0.89% | 0.75% | - |
| XYZ | 29.07 | 14.29 | 49.94 | - |
| YUV | 88.12 | 185.5 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 190 | 0.04 | 0.89 | 0 | 0.25 | 297.53 | 0.81 | 0.41 |
| Hex | B7 | 14 | BE | 4 | 59 | 0 | 19 | 12A | 51 | 29 |
| Octal | 267 | 24 | 276 | 4 | 131 | 0 | 31 | 452 | 121 | 51 |
| Binary | 10110111 | 10100 | 10111110 | 100 | 1011001 | 0 | 11001 | 100101010 | 1010001 | 101001 |
Color Harmonies of #B714BE
Complementary color
Monochromatic Colors of #B714BE
Black with #B714BE
Text Example
Text Example
White with #B714BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B714BE; }
p { color: rgb(183,20,190); }
H1.HeaderClassName
{
color: #B714BE;
}
.AnyTagClassName
{
color: #B714BE;
}
</style>
background-color css
<style>
a { background-color: #B714BE; }
a { background-color: rgb(183,20,190); }
div.DivClassName
{
background-color: #B714BE;
}
.BgClassName
{
background-color: #B714BE;
}
</style>
border-color css
<style>
span { border-color: #B714BE; }
span { border-color: rgb(183,20,190); }
td.TdClassName
{
border-color: #B714BE;
}
.TagClassName
{
border-color: #B714BE;
}
</style>