Shades of Deep Magenta #B715D7
Tints of Deep Magenta #B715D7
RGB
CMYK
RGB Variations
Color information
#B715D7 (or 0xB715D7) is known color: Deep Magenta. HEX triplet: B7, 15 and D7. RGB value is (183,21,215). Sum of RGB (Red+Green+Blue) = 183+21+215=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #B715D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715D7 is #48EA28. Grayscale: #5A5A5A. Windows color (decimal): -4778537 or 14095799. OLE color: 14095799.
HSL color Cylindrical-coordinate representation of color #B715D7: hue angle of 290.1º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B715D7 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 21 | 215 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.16 |
| HSL | 290.1º | 0.82% | 0.46% | - |
| HSV(B) | 290.1º | 0.9% | 0.84% | - |
| XYZ | 32.06 | 15.51 | 65.59 | - |
| YUV | 91.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 215 | 0.15 | 0.90 | 0 | 0.16 | 290.1 | 0.82 | 0.46 |
| Hex | B7 | 15 | D7 | F | 5A | 0 | 10 | 122 | 52 | 2E |
| Octal | 267 | 25 | 327 | 17 | 132 | 0 | 20 | 442 | 122 | 56 |
| Binary | 10110111 | 10101 | 11010111 | 1111 | 1011010 | 0 | 10000 | 100100010 | 1010010 | 101110 |
Color Harmonies of #B715D7
Complementary color
Monochromatic Colors of #B715D7
Black with #B715D7
Text Example
Text Example
White with #B715D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715D7; }
p { color: rgb(183,21,215); }
H1.HeaderClassName
{
color: #B715D7;
}
.AnyTagClassName
{
color: #B715D7;
}
</style>
background-color css
<style>
a { background-color: #B715D7; }
a { background-color: rgb(183,21,215); }
div.DivClassName
{
background-color: #B715D7;
}
.BgClassName
{
background-color: #B715D7;
}
</style>
border-color css
<style>
span { border-color: #B715D7; }
span { border-color: rgb(183,21,215); }
td.TdClassName
{
border-color: #B715D7;
}
.TagClassName
{
border-color: #B715D7;
}
</style>