Shades of Deep Magenta #BF17D0
Tints of Deep Magenta #BF17D0
RGB
CMYK
RGB Variations
Color information
#BF17D0 (or 0xBF17D0) is known color: Deep Magenta. HEX triplet: BF, 17 and D0. RGB value is (191,23,208). Sum of RGB (Red+Green+Blue) = 191+23+208=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF17D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17D0 is #40E82F. Grayscale: #5D5D5D. Windows color (decimal): -4253744 or 13637567. OLE color: 13637567.
HSL color Cylindrical-coordinate representation of color #BF17D0: hue angle of 294.49º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF17D0 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 23 | 208 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.18 |
| HSL | 294.49º | 0.8% | 0.45% | - |
| HSV(B) | 294.49º | 0.89% | 0.82% | - |
| XYZ | 33.18 | 16.24 | 61.06 | - |
| YUV | 94.32 | 192.16 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 208 | 0.08 | 0.89 | 0 | 0.18 | 294.49 | 0.8 | 0.45 |
| Hex | BF | 17 | D0 | 8 | 59 | 0 | 12 | 126 | 50 | 2D |
| Octal | 277 | 27 | 320 | 10 | 131 | 0 | 22 | 446 | 120 | 55 |
| Binary | 10111111 | 10111 | 11010000 | 1000 | 1011001 | 0 | 10010 | 100100110 | 1010000 | 101101 |
Color Harmonies of #BF17D0
Complementary color
Monochromatic Colors of #BF17D0
Black with #BF17D0
Text Example
Text Example
White with #BF17D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17D0; }
p { color: rgb(191,23,208); }
H1.HeaderClassName
{
color: #BF17D0;
}
.AnyTagClassName
{
color: #BF17D0;
}
</style>
background-color css
<style>
a { background-color: #BF17D0; }
a { background-color: rgb(191,23,208); }
div.DivClassName
{
background-color: #BF17D0;
}
.BgClassName
{
background-color: #BF17D0;
}
</style>
border-color css
<style>
span { border-color: #BF17D0; }
span { border-color: rgb(191,23,208); }
td.TdClassName
{
border-color: #BF17D0;
}
.TagClassName
{
border-color: #BF17D0;
}
</style>