Shades of Deep Magenta #B815D7
Tints of Deep Magenta #B815D7
RGB
CMYK
RGB Variations
Color information
#B815D7 (or 0xB815D7) is known color: Deep Magenta. HEX triplet: B8, 15 and D7. RGB value is (184,21,215). Sum of RGB (Red+Green+Blue) = 184+21+215=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #B815D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815D7 is #47EA28. Grayscale: #5B5B5B. Windows color (decimal): -4713001 or 14095800. OLE color: 14095800.
HSL color Cylindrical-coordinate representation of color #B815D7: hue angle of 290.41º 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 #B815D7 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 21 | 215 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.16 |
| HSL | 290.41º | 0.82% | 0.46% | - |
| HSV(B) | 290.41º | 0.9% | 0.84% | - |
| XYZ | 32.3 | 15.63 | 65.6 | - |
| YUV | 91.85 | 197.5 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 215 | 0.14 | 0.90 | 0 | 0.16 | 290.41 | 0.82 | 0.46 |
| Hex | B8 | 15 | D7 | E | 5A | 0 | 10 | 122 | 52 | 2E |
| Octal | 270 | 25 | 327 | 16 | 132 | 0 | 20 | 442 | 122 | 56 |
| Binary | 10111000 | 10101 | 11010111 | 1110 | 1011010 | 0 | 10000 | 100100010 | 1010010 | 101110 |
Color Harmonies of #B815D7
Complementary color
Monochromatic Colors of #B815D7
Black with #B815D7
Text Example
Text Example
White with #B815D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815D7; }
p { color: rgb(184,21,215); }
H1.HeaderClassName
{
color: #B815D7;
}
.AnyTagClassName
{
color: #B815D7;
}
</style>
background-color css
<style>
a { background-color: #B815D7; }
a { background-color: rgb(184,21,215); }
div.DivClassName
{
background-color: #B815D7;
}
.BgClassName
{
background-color: #B815D7;
}
</style>
border-color css
<style>
span { border-color: #B815D7; }
span { border-color: rgb(184,21,215); }
td.TdClassName
{
border-color: #B815D7;
}
.TagClassName
{
border-color: #B815D7;
}
</style>