Shades of Deep Magenta #BF16BD
Tints of Deep Magenta #BF16BD
RGB
CMYK
RGB Variations
Color information
#BF16BD (or 0xBF16BD) is known color: Deep Magenta. HEX triplet: BF, 16 and BD. RGB value is (191,22,189). Sum of RGB (Red+Green+Blue) = 191+22+189=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16BD is #40E942. Grayscale: #5B5B5B. Windows color (decimal): -4254019 or 12392127. OLE color: 12392127.
HSL color Cylindrical-coordinate representation of color #BF16BD: hue angle of 300.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF16BD is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 189 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.25 |
| HSL | 300.71º | 0.79% | 0.42% | - |
| HSV(B) | 300.71º | 0.88% | 0.75% | - |
| XYZ | 30.96 | 15.32 | 49.47 | - |
| YUV | 91.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 189 | 0 | 0.88 | 0.01 | 0.25 | 300.71 | 0.79 | 0.42 |
| Hex | BF | 16 | BD | 0 | 58 | 1 | 19 | 12D | 4F | 2A |
| Octal | 277 | 26 | 275 | 0 | 130 | 1 | 31 | 455 | 117 | 52 |
| Binary | 10111111 | 10110 | 10111101 | 0 | 1011000 | 1 | 11001 | 100101101 | 1001111 | 101010 |
Color Harmonies of #BF16BD
Complementary color
Monochromatic Colors of #BF16BD
Black with #BF16BD
Text Example
Text Example
White with #BF16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16BD; }
p { color: rgb(191,22,189); }
H1.HeaderClassName
{
color: #BF16BD;
}
.AnyTagClassName
{
color: #BF16BD;
}
</style>
background-color css
<style>
a { background-color: #BF16BD; }
a { background-color: rgb(191,22,189); }
div.DivClassName
{
background-color: #BF16BD;
}
.BgClassName
{
background-color: #BF16BD;
}
</style>
border-color css
<style>
span { border-color: #BF16BD; }
span { border-color: rgb(191,22,189); }
td.TdClassName
{
border-color: #BF16BD;
}
.TagClassName
{
border-color: #BF16BD;
}
</style>