Shades of Deep Magenta #BF16C6
Tints of Deep Magenta #BF16C6
RGB
CMYK
RGB Variations
Color information
#BF16C6 (or 0xBF16C6) is known color: Deep Magenta. HEX triplet: BF, 16 and C6. RGB value is (191,22,198). Sum of RGB (Red+Green+Blue) = 191+22+198=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF16C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16C6 is #40E939. Grayscale: #5C5C5C. Windows color (decimal): -4254010 or 12981951. OLE color: 12981951.
HSL color Cylindrical-coordinate representation of color #BF16C6: hue angle of 297.61º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF16C6 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 22 | 198 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.22 |
| HSL | 297.61º | 0.8% | 0.43% | - |
| HSV(B) | 297.61º | 0.89% | 0.78% | - |
| XYZ | 31.97 | 15.73 | 54.78 | - |
| YUV | 92.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 198 | 0.04 | 0.89 | 0 | 0.22 | 297.61 | 0.8 | 0.43 |
| Hex | BF | 16 | C6 | 4 | 59 | 0 | 16 | 12A | 50 | 2B |
| Octal | 277 | 26 | 306 | 4 | 131 | 0 | 26 | 452 | 120 | 53 |
| Binary | 10111111 | 10110 | 11000110 | 100 | 1011001 | 0 | 10110 | 100101010 | 1010000 | 101011 |
Color Harmonies of #BF16C6
Complementary color
Monochromatic Colors of #BF16C6
Black with #BF16C6
Text Example
Text Example
White with #BF16C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16C6; }
p { color: rgb(191,22,198); }
H1.HeaderClassName
{
color: #BF16C6;
}
.AnyTagClassName
{
color: #BF16C6;
}
</style>
background-color css
<style>
a { background-color: #BF16C6; }
a { background-color: rgb(191,22,198); }
div.DivClassName
{
background-color: #BF16C6;
}
.BgClassName
{
background-color: #BF16C6;
}
</style>
border-color css
<style>
span { border-color: #BF16C6; }
span { border-color: rgb(191,22,198); }
td.TdClassName
{
border-color: #BF16C6;
}
.TagClassName
{
border-color: #BF16C6;
}
</style>