Shades of Deep Magenta #B818DF
Tints of Deep Magenta #B818DF
RGB
CMYK
RGB Variations
Color information
#B818DF (or 0xB818DF) is known color: Deep Magenta. HEX triplet: B8, 18 and DF. RGB value is (184,24,223). Sum of RGB (Red+Green+Blue) = 184+24+223=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #B818DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818DF is #47E720. Grayscale: #5D5D5D. Windows color (decimal): -4712225 or 14620856. OLE color: 14620856.
HSL color Cylindrical-coordinate representation of color #B818DF: hue angle of 288.24º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B818DF is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 24 | 223 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.13 |
| HSL | 288.24º | 0.81% | 0.48% | - |
| HSV(B) | 288.24º | 0.89% | 0.87% | - |
| XYZ | 33.41 | 16.17 | 71.17 | - |
| YUV | 94.53 | 200.51 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 24 | 223 | 0.17 | 0.89 | 0 | 0.13 | 288.24 | 0.81 | 0.48 |
| Hex | B8 | 18 | DF | 11 | 59 | 0 | D | 120 | 51 | 30 |
| Octal | 270 | 30 | 337 | 21 | 131 | 0 | 15 | 440 | 121 | 60 |
| Binary | 10111000 | 11000 | 11011111 | 10001 | 1011001 | 0 | 1101 | 100100000 | 1010001 | 110000 |
Color Harmonies of #B818DF
Complementary color
Monochromatic Colors of #B818DF
Black with #B818DF
Text Example
Text Example
White with #B818DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B818DF; }
p { color: rgb(184,24,223); }
H1.HeaderClassName
{
color: #B818DF;
}
.AnyTagClassName
{
color: #B818DF;
}
</style>
background-color css
<style>
a { background-color: #B818DF; }
a { background-color: rgb(184,24,223); }
div.DivClassName
{
background-color: #B818DF;
}
.BgClassName
{
background-color: #B818DF;
}
</style>
border-color css
<style>
span { border-color: #B818DF; }
span { border-color: rgb(184,24,223); }
td.TdClassName
{
border-color: #B818DF;
}
.TagClassName
{
border-color: #B818DF;
}
</style>