Shades of Deep Magenta #BF17CE
Tints of Deep Magenta #BF17CE
RGB
CMYK
RGB Variations
Color information
#BF17CE (or 0xBF17CE) is known color: Deep Magenta. HEX triplet: BF, 17 and CE. RGB value is (191,23,206). Sum of RGB (Red+Green+Blue) = 191+23+206=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF17CE is #40E831. Grayscale: #5D5D5D. Windows color (decimal): -4253746 or 13506495. OLE color: 13506495.
HSL color Cylindrical-coordinate representation of color #BF17CE: hue angle of 295.08º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF17CE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 23 | 206 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.19 |
| HSL | 295.08º | 0.8% | 0.45% | - |
| HSV(B) | 295.08º | 0.89% | 0.81% | - |
| XYZ | 32.93 | 16.15 | 59.77 | - |
| YUV | 94.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 206 | 0.07 | 0.89 | 0 | 0.19 | 295.08 | 0.8 | 0.45 |
| Hex | BF | 17 | CE | 7 | 59 | 0 | 13 | 127 | 50 | 2D |
| Octal | 277 | 27 | 316 | 7 | 131 | 0 | 23 | 447 | 120 | 55 |
| Binary | 10111111 | 10111 | 11001110 | 111 | 1011001 | 0 | 10011 | 100100111 | 1010000 | 101101 |
Color Harmonies of #BF17CE
Complementary color
Monochromatic Colors of #BF17CE
Black with #BF17CE
Text Example
Text Example
White with #BF17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF17CE; }
p { color: rgb(191,23,206); }
H1.HeaderClassName
{
color: #BF17CE;
}
.AnyTagClassName
{
color: #BF17CE;
}
</style>
background-color css
<style>
a { background-color: #BF17CE; }
a { background-color: rgb(191,23,206); }
div.DivClassName
{
background-color: #BF17CE;
}
.BgClassName
{
background-color: #BF17CE;
}
</style>
border-color css
<style>
span { border-color: #BF17CE; }
span { border-color: rgb(191,23,206); }
td.TdClassName
{
border-color: #BF17CE;
}
.TagClassName
{
border-color: #BF17CE;
}
</style>