Shades of Deep Magenta #B815C1
Tints of Deep Magenta #B815C1
RGB
CMYK
RGB Variations
Color information
#B815C1 (or 0xB815C1) is known color: Deep Magenta. HEX triplet: B8, 15 and C1. RGB value is (184,21,193). Sum of RGB (Red+Green+Blue) = 184+21+193=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #B815C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815C1 is #47EA3E. Grayscale: #585858. Windows color (decimal): -4713023 or 12654008. OLE color: 12654008.
HSL color Cylindrical-coordinate representation of color #B815C1: hue angle of 296.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B815C1 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 21 | 193 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.24 |
| HSL | 296.86º | 0.8% | 0.42% | - |
| HSV(B) | 296.86º | 0.89% | 0.76% | - |
| XYZ | 29.66 | 14.58 | 51.7 | - |
| YUV | 89.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 193 | 0.05 | 0.89 | 0 | 0.24 | 296.86 | 0.8 | 0.42 |
| Hex | B8 | 15 | C1 | 5 | 59 | 0 | 18 | 129 | 50 | 2A |
| Octal | 270 | 25 | 301 | 5 | 131 | 0 | 30 | 451 | 120 | 52 |
| Binary | 10111000 | 10101 | 11000001 | 101 | 1011001 | 0 | 11000 | 100101001 | 1010000 | 101010 |
Color Harmonies of #B815C1
Complementary color
Monochromatic Colors of #B815C1
Black with #B815C1
Text Example
Text Example
White with #B815C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815C1; }
p { color: rgb(184,21,193); }
H1.HeaderClassName
{
color: #B815C1;
}
.AnyTagClassName
{
color: #B815C1;
}
</style>
background-color css
<style>
a { background-color: #B815C1; }
a { background-color: rgb(184,21,193); }
div.DivClassName
{
background-color: #B815C1;
}
.BgClassName
{
background-color: #B815C1;
}
</style>
border-color css
<style>
span { border-color: #B815C1; }
span { border-color: rgb(184,21,193); }
td.TdClassName
{
border-color: #B815C1;
}
.TagClassName
{
border-color: #B815C1;
}
</style>