Shades of Deep Magenta #BF16CE
Tints of Deep Magenta #BF16CE
RGB
CMYK
RGB Variations
Color information
#BF16CE (or 0xBF16CE) is known color: Deep Magenta. HEX triplet: BF, 16 and CE. RGB value is (191,22,206). Sum of RGB (Red+Green+Blue) = 191+22+206=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16CE is #40E931. Grayscale: #5C5C5C. Windows color (decimal): -4254002 or 13506239. OLE color: 13506239.
HSL color Cylindrical-coordinate representation of color #BF16CE: hue angle of 295.11º degrees, saturation: 0.81, 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 #BF16CE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 22 | 206 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.19 |
| HSL | 295.11º | 0.81% | 0.45% | - |
| HSV(B) | 295.11º | 0.89% | 0.81% | - |
| XYZ | 32.91 | 16.11 | 59.77 | - |
| YUV | 93.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 206 | 0.07 | 0.89 | 0 | 0.19 | 295.11 | 0.81 | 0.45 |
| Hex | BF | 16 | CE | 7 | 59 | 0 | 13 | 127 | 51 | 2D |
| Octal | 277 | 26 | 316 | 7 | 131 | 0 | 23 | 447 | 121 | 55 |
| Binary | 10111111 | 10110 | 11001110 | 111 | 1011001 | 0 | 10011 | 100100111 | 1010001 | 101101 |
Color Harmonies of #BF16CE
Complementary color
Monochromatic Colors of #BF16CE
Black with #BF16CE
Text Example
Text Example
White with #BF16CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16CE; }
p { color: rgb(191,22,206); }
H1.HeaderClassName
{
color: #BF16CE;
}
.AnyTagClassName
{
color: #BF16CE;
}
</style>
background-color css
<style>
a { background-color: #BF16CE; }
a { background-color: rgb(191,22,206); }
div.DivClassName
{
background-color: #BF16CE;
}
.BgClassName
{
background-color: #BF16CE;
}
</style>
border-color css
<style>
span { border-color: #BF16CE; }
span { border-color: rgb(191,22,206); }
td.TdClassName
{
border-color: #BF16CE;
}
.TagClassName
{
border-color: #BF16CE;
}
</style>