Shades of Deep Magenta #B815C7
Tints of Deep Magenta #B815C7
RGB
CMYK
RGB Variations
Color information
#B815C7 (or 0xB815C7) is known color: Deep Magenta. HEX triplet: B8, 15 and C7. RGB value is (184,21,199). Sum of RGB (Red+Green+Blue) = 184+21+199=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 199 (78.12% from 255 or 49.26% from 404); Max value from RGB is 199 - color contains mainly: blue. Hex color #B815C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815C7 is #47EA38. Grayscale: #595959. Windows color (decimal): -4713017 or 13047224. OLE color: 13047224.
HSL color Cylindrical-coordinate representation of color #B815C7: hue angle of 294.94º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B815C7 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 21 | 199 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.22 |
| HSL | 294.94º | 0.81% | 0.43% | - |
| HSV(B) | 294.94º | 0.89% | 0.78% | - |
| XYZ | 30.34 | 14.85 | 55.3 | - |
| YUV | 90.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 199 | 0.08 | 0.89 | 0 | 0.22 | 294.94 | 0.81 | 0.43 |
| Hex | B8 | 15 | C7 | 8 | 59 | 0 | 16 | 127 | 51 | 2B |
| Octal | 270 | 25 | 307 | 10 | 131 | 0 | 26 | 447 | 121 | 53 |
| Binary | 10111000 | 10101 | 11000111 | 1000 | 1011001 | 0 | 10110 | 100100111 | 1010001 | 101011 |
Color Harmonies of #B815C7
Complementary color
Monochromatic Colors of #B815C7
Black with #B815C7
Text Example
Text Example
White with #B815C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815C7; }
p { color: rgb(184,21,199); }
H1.HeaderClassName
{
color: #B815C7;
}
.AnyTagClassName
{
color: #B815C7;
}
</style>
background-color css
<style>
a { background-color: #B815C7; }
a { background-color: rgb(184,21,199); }
div.DivClassName
{
background-color: #B815C7;
}
.BgClassName
{
background-color: #B815C7;
}
</style>
border-color css
<style>
span { border-color: #B815C7; }
span { border-color: rgb(184,21,199); }
td.TdClassName
{
border-color: #B815C7;
}
.TagClassName
{
border-color: #B815C7;
}
</style>