Shades of Deep Magenta #BF18DF
Tints of Deep Magenta #BF18DF
RGB
CMYK
RGB Variations
Color information
#BF18DF (or 0xBF18DF) is known color: Deep Magenta. HEX triplet: BF, 18 and DF. RGB value is (191,24,223). Sum of RGB (Red+Green+Blue) = 191+24+223=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18DF is #40E720. Grayscale: #5F5F5F. Windows color (decimal): -4253473 or 14620863. OLE color: 14620863.
HSL color Cylindrical-coordinate representation of color #BF18DF: hue angle of 290.35º 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 #BF18DF is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 24 | 223 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.13 |
| HSL | 290.35º | 0.81% | 0.48% | - |
| HSV(B) | 290.35º | 0.89% | 0.87% | - |
| XYZ | 35.13 | 17.06 | 71.25 | - |
| YUV | 96.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 223 | 0.14 | 0.89 | 0 | 0.13 | 290.35 | 0.81 | 0.48 |
| Hex | BF | 18 | DF | E | 59 | 0 | D | 122 | 51 | 30 |
| Octal | 277 | 30 | 337 | 16 | 131 | 0 | 15 | 442 | 121 | 60 |
| Binary | 10111111 | 11000 | 11011111 | 1110 | 1011001 | 0 | 1101 | 100100010 | 1010001 | 110000 |
Color Harmonies of #BF18DF
Complementary color
Monochromatic Colors of #BF18DF
Black with #BF18DF
Text Example
Text Example
White with #BF18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF18DF; }
p { color: rgb(191,24,223); }
H1.HeaderClassName
{
color: #BF18DF;
}
.AnyTagClassName
{
color: #BF18DF;
}
</style>
background-color css
<style>
a { background-color: #BF18DF; }
a { background-color: rgb(191,24,223); }
div.DivClassName
{
background-color: #BF18DF;
}
.BgClassName
{
background-color: #BF18DF;
}
</style>
border-color css
<style>
span { border-color: #BF18DF; }
span { border-color: rgb(191,24,223); }
td.TdClassName
{
border-color: #BF18DF;
}
.TagClassName
{
border-color: #BF18DF;
}
</style>