Shades of Deep Magenta #BF10BF
Tints of Deep Magenta #BF10BF
RGB
CMYK
RGB Variations
Color information
#BF10BF (or 0xBF10BF) is known color: Deep Magenta. HEX triplet: BF, 10 and BF. RGB value is (191,16,191). Sum of RGB (Red+Green+Blue) = 191+16+191=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF10BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10BF is #40EF40. Grayscale: #575757. Windows color (decimal): -4255553 or 12521663. OLE color: 12521663.
HSL color Cylindrical-coordinate representation of color #BF10BF: hue angle of 300º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF10BF is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 191 | - |
| CMYK | 0 | 0.92 | 0 | 0.25 |
| HSL | 300º | 0.85% | 0.41% | - |
| HSV(B) | 300º | 0.92% | 0.75% | - |
| XYZ | 31.08 | 15.21 | 50.59 | - |
| YUV | 88.28 | 185.98 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 191 | 0 | 0.92 | 0 | 0.25 | 300 | 0.85 | 0.41 |
| Hex | BF | 10 | BF | 0 | 5C | 0 | 19 | 12C | 55 | 29 |
| Octal | 277 | 20 | 277 | 0 | 134 | 0 | 31 | 454 | 125 | 51 |
| Binary | 10111111 | 10000 | 10111111 | 0 | 1011100 | 0 | 11001 | 100101100 | 1010101 | 101001 |
Color Harmonies of #BF10BF
Complementary color
Monochromatic Colors of #BF10BF
Black with #BF10BF
Text Example
Text Example
White with #BF10BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10BF; }
p { color: rgb(191,16,191); }
H1.HeaderClassName
{
color: #BF10BF;
}
.AnyTagClassName
{
color: #BF10BF;
}
</style>
background-color css
<style>
a { background-color: #BF10BF; }
a { background-color: rgb(191,16,191); }
div.DivClassName
{
background-color: #BF10BF;
}
.BgClassName
{
background-color: #BF10BF;
}
</style>
border-color css
<style>
span { border-color: #BF10BF; }
span { border-color: rgb(191,16,191); }
td.TdClassName
{
border-color: #BF10BF;
}
.TagClassName
{
border-color: #BF10BF;
}
</style>