Shades of Deep Magenta #B718DF
Tints of Deep Magenta #B718DF
RGB
CMYK
RGB Variations
Color information
#B718DF (or 0xB718DF) is known color: Deep Magenta. HEX triplet: B7, 18 and DF. RGB value is (183,24,223). Sum of RGB (Red+Green+Blue) = 183+24+223=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #B718DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718DF is #48E720. Grayscale: #5D5D5D. Windows color (decimal): -4777761 or 14620855. OLE color: 14620855.
HSL color Cylindrical-coordinate representation of color #B718DF: hue angle of 287.94º 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 #B718DF is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 24 | 223 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.13 |
| HSL | 287.94º | 0.81% | 0.48% | - |
| HSV(B) | 287.94º | 0.89% | 0.87% | - |
| XYZ | 33.17 | 16.05 | 71.16 | - |
| YUV | 94.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 223 | 0.18 | 0.89 | 0 | 0.13 | 287.94 | 0.81 | 0.48 |
| Hex | B7 | 18 | DF | 12 | 59 | 0 | D | 120 | 51 | 30 |
| Octal | 267 | 30 | 337 | 22 | 131 | 0 | 15 | 440 | 121 | 60 |
| Binary | 10110111 | 11000 | 11011111 | 10010 | 1011001 | 0 | 1101 | 100100000 | 1010001 | 110000 |
Color Harmonies of #B718DF
Complementary color
Monochromatic Colors of #B718DF
Black with #B718DF
Text Example
Text Example
White with #B718DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B718DF; }
p { color: rgb(183,24,223); }
H1.HeaderClassName
{
color: #B718DF;
}
.AnyTagClassName
{
color: #B718DF;
}
</style>
background-color css
<style>
a { background-color: #B718DF; }
a { background-color: rgb(183,24,223); }
div.DivClassName
{
background-color: #B718DF;
}
.BgClassName
{
background-color: #B718DF;
}
</style>
border-color css
<style>
span { border-color: #B718DF; }
span { border-color: rgb(183,24,223); }
td.TdClassName
{
border-color: #B718DF;
}
.TagClassName
{
border-color: #B718DF;
}
</style>