Shades of Deep Magenta #B813DF
Tints of Deep Magenta #B813DF
RGB
CMYK
RGB Variations
Color information
#B813DF (or 0xB813DF) is known color: Deep Magenta. HEX triplet: B8, 13 and DF. RGB value is (184,19,223). Sum of RGB (Red+Green+Blue) = 184+19+223=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #B813DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B813DF is #47EC20. Grayscale: #5A5A5A. Windows color (decimal): -4713505 or 14619576. OLE color: 14619576.
HSL color Cylindrical-coordinate representation of color #B813DF: hue angle of 288.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B813DF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 19 | 223 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.13 |
| HSL | 288.53º | 0.84% | 0.47% | - |
| HSV(B) | 288.53º | 0.91% | 0.87% | - |
| XYZ | 33.32 | 15.98 | 71.14 | - |
| YUV | 91.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 223 | 0.17 | 0.91 | 0 | 0.13 | 288.53 | 0.84 | 0.47 |
| Hex | B8 | 13 | DF | 11 | 5B | 0 | D | 121 | 54 | 2F |
| Octal | 270 | 23 | 337 | 21 | 133 | 0 | 15 | 441 | 124 | 57 |
| Binary | 10111000 | 10011 | 11011111 | 10001 | 1011011 | 0 | 1101 | 100100001 | 1010100 | 101111 |
Color Harmonies of #B813DF
Complementary color
Monochromatic Colors of #B813DF
Black with #B813DF
Text Example
Text Example
White with #B813DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813DF; }
p { color: rgb(184,19,223); }
H1.HeaderClassName
{
color: #B813DF;
}
.AnyTagClassName
{
color: #B813DF;
}
</style>
background-color css
<style>
a { background-color: #B813DF; }
a { background-color: rgb(184,19,223); }
div.DivClassName
{
background-color: #B813DF;
}
.BgClassName
{
background-color: #B813DF;
}
</style>
border-color css
<style>
span { border-color: #B813DF; }
span { border-color: rgb(184,19,223); }
td.TdClassName
{
border-color: #B813DF;
}
.TagClassName
{
border-color: #B813DF;
}
</style>