Shades of Deep Magenta #B815D3
Tints of Deep Magenta #B815D3
RGB
CMYK
RGB Variations
Color information
#B815D3 (or 0xB815D3) is known color: Deep Magenta. HEX triplet: B8, 15 and D3. RGB value is (184,21,211). Sum of RGB (Red+Green+Blue) = 184+21+211=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #B815D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815D3 is #47EA2C. Grayscale: #5A5A5A. Windows color (decimal): -4713005 or 13833656. OLE color: 13833656.
HSL color Cylindrical-coordinate representation of color #B815D3: hue angle of 291.47º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B815D3 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 21 | 211 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.17 |
| HSL | 291.47º | 0.82% | 0.45% | - |
| HSV(B) | 291.47º | 0.9% | 0.83% | - |
| XYZ | 31.79 | 15.43 | 62.93 | - |
| YUV | 91.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 211 | 0.13 | 0.90 | 0 | 0.17 | 291.47 | 0.82 | 0.45 |
| Hex | B8 | 15 | D3 | D | 5A | 0 | 11 | 123 | 52 | 2D |
| Octal | 270 | 25 | 323 | 15 | 132 | 0 | 21 | 443 | 122 | 55 |
| Binary | 10111000 | 10101 | 11010011 | 1101 | 1011010 | 0 | 10001 | 100100011 | 1010010 | 101101 |
Color Harmonies of #B815D3
Complementary color
Monochromatic Colors of #B815D3
Black with #B815D3
Text Example
Text Example
White with #B815D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B815D3; }
p { color: rgb(184,21,211); }
H1.HeaderClassName
{
color: #B815D3;
}
.AnyTagClassName
{
color: #B815D3;
}
</style>
background-color css
<style>
a { background-color: #B815D3; }
a { background-color: rgb(184,21,211); }
div.DivClassName
{
background-color: #B815D3;
}
.BgClassName
{
background-color: #B815D3;
}
</style>
border-color css
<style>
span { border-color: #B815D3; }
span { border-color: rgb(184,21,211); }
td.TdClassName
{
border-color: #B815D3;
}
.TagClassName
{
border-color: #B815D3;
}
</style>