Shades of Deep Magenta #BF17DA
Tints of Deep Magenta #BF17DA
RGB
CMYK
RGB Variations
Color information
#BF17DA (or 0xBF17DA) is known color: Deep Magenta. HEX triplet: BF, 17 and DA. RGB value is (191,23,218). Sum of RGB (Red+Green+Blue) = 191+23+218=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17DA is #40E825. Grayscale: #5E5E5E. Windows color (decimal): -4253734 or 14292927. OLE color: 14292927.
HSL color Cylindrical-coordinate representation of color #BF17DA: hue angle of 291.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF17DA is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 23 | 218 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.15 |
| HSL | 291.69º | 0.81% | 0.47% | - |
| HSV(B) | 291.69º | 0.89% | 0.85% | - |
| XYZ | 34.45 | 16.75 | 67.75 | - |
| YUV | 95.46 | 197.16 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 218 | 0.12 | 0.89 | 0 | 0.15 | 291.69 | 0.81 | 0.47 |
| Hex | BF | 17 | DA | C | 59 | 0 | F | 124 | 51 | 2F |
| Octal | 277 | 27 | 332 | 14 | 131 | 0 | 17 | 444 | 121 | 57 |
| Binary | 10111111 | 10111 | 11011010 | 1100 | 1011001 | 0 | 1111 | 100100100 | 1010001 | 101111 |
Color Harmonies of #BF17DA
Complementary color
Monochromatic Colors of #BF17DA
Black with #BF17DA
Text Example
Text Example
White with #BF17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17DA; }
p { color: rgb(191,23,218); }
H1.HeaderClassName
{
color: #BF17DA;
}
.AnyTagClassName
{
color: #BF17DA;
}
</style>
background-color css
<style>
a { background-color: #BF17DA; }
a { background-color: rgb(191,23,218); }
div.DivClassName
{
background-color: #BF17DA;
}
.BgClassName
{
background-color: #BF17DA;
}
</style>
border-color css
<style>
span { border-color: #BF17DA; }
span { border-color: rgb(191,23,218); }
td.TdClassName
{
border-color: #BF17DA;
}
.TagClassName
{
border-color: #BF17DA;
}
</style>