Shades of Deep Magenta #BF10BB
Tints of Deep Magenta #BF10BB
RGB
CMYK
RGB Variations
Color information
#BF10BB (or 0xBF10BB) is known color: Deep Magenta. HEX triplet: BF, 10 and BB. RGB value is (191,16,187). Sum of RGB (Red+Green+Blue) = 191+16+187=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF10BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10BB is #40EF44. Grayscale: #575757. Windows color (decimal): -4255557 or 12259519. OLE color: 12259519.
HSL color Cylindrical-coordinate representation of color #BF10BB: hue angle of 301.37º 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 #BF10BB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 187 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.25 |
| HSL | 301.37º | 0.85% | 0.41% | - |
| HSV(B) | 301.37º | 0.92% | 0.75% | - |
| XYZ | 30.64 | 15.03 | 48.3 | - |
| YUV | 87.82 | 183.98 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 187 | 0 | 0.92 | 0.02 | 0.25 | 301.37 | 0.85 | 0.41 |
| Hex | BF | 10 | BB | 0 | 5C | 2 | 19 | 12D | 55 | 29 |
| Octal | 277 | 20 | 273 | 0 | 134 | 2 | 31 | 455 | 125 | 51 |
| Binary | 10111111 | 10000 | 10111011 | 0 | 1011100 | 10 | 11001 | 100101101 | 1010101 | 101001 |
Color Harmonies of #BF10BB
Complementary color
Monochromatic Colors of #BF10BB
Black with #BF10BB
Text Example
Text Example
White with #BF10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10BB; }
p { color: rgb(191,16,187); }
H1.HeaderClassName
{
color: #BF10BB;
}
.AnyTagClassName
{
color: #BF10BB;
}
</style>
background-color css
<style>
a { background-color: #BF10BB; }
a { background-color: rgb(191,16,187); }
div.DivClassName
{
background-color: #BF10BB;
}
.BgClassName
{
background-color: #BF10BB;
}
</style>
border-color css
<style>
span { border-color: #BF10BB; }
span { border-color: rgb(191,16,187); }
td.TdClassName
{
border-color: #BF10BB;
}
.TagClassName
{
border-color: #BF10BB;
}
</style>