Shades of Deep Magenta #BF10B8
Tints of Deep Magenta #BF10B8
RGB
CMYK
RGB Variations
Color information
#BF10B8 (or 0xBF10B8) is known color: Deep Magenta. HEX triplet: BF, 10 and B8. RGB value is (191,16,184). Sum of RGB (Red+Green+Blue) = 191+16+184=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF10B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10B8 is #40EF47. Grayscale: #565656. Windows color (decimal): -4255560 or 12062911. OLE color: 12062911.
HSL color Cylindrical-coordinate representation of color #BF10B8: hue angle of 302.4º 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 #BF10B8 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 184 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.25 |
| HSL | 302.4º | 0.85% | 0.41% | - |
| HSV(B) | 302.4º | 0.92% | 0.75% | - |
| XYZ | 30.32 | 14.91 | 46.63 | - |
| YUV | 87.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 184 | 0 | 0.92 | 0.04 | 0.25 | 302.4 | 0.85 | 0.41 |
| Hex | BF | 10 | B8 | 0 | 5C | 4 | 19 | 12E | 55 | 29 |
| Octal | 277 | 20 | 270 | 0 | 134 | 4 | 31 | 456 | 125 | 51 |
| Binary | 10111111 | 10000 | 10111000 | 0 | 1011100 | 100 | 11001 | 100101110 | 1010101 | 101001 |
Color Harmonies of #BF10B8
Complementary color
Monochromatic Colors of #BF10B8
Black with #BF10B8
Text Example
Text Example
White with #BF10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF10B8; }
p { color: rgb(191,16,184); }
H1.HeaderClassName
{
color: #BF10B8;
}
.AnyTagClassName
{
color: #BF10B8;
}
</style>
background-color css
<style>
a { background-color: #BF10B8; }
a { background-color: rgb(191,16,184); }
div.DivClassName
{
background-color: #BF10B8;
}
.BgClassName
{
background-color: #BF10B8;
}
</style>
border-color css
<style>
span { border-color: #BF10B8; }
span { border-color: rgb(191,16,184); }
td.TdClassName
{
border-color: #BF10B8;
}
.TagClassName
{
border-color: #BF10B8;
}
</style>