Shades of Deep Magenta #BF08C0
Tints of Deep Magenta #BF08C0
RGB
CMYK
RGB Variations
Color information
#BF08C0 (or 0xBF08C0) is known color: Deep Magenta. HEX triplet: BF, 08 and C0. RGB value is (191,8,192). Sum of RGB (Red+Green+Blue) = 191+8+192=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF08C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08C0 is #40F73F. Grayscale: #535353. Windows color (decimal): -4257600 or 12585151. OLE color: 12585151.
HSL color Cylindrical-coordinate representation of color #BF08C0: hue angle of 299.67º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF08C0 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 192 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.25 |
| HSL | 299.67º | 0.92% | 0.39% | - |
| HSV(B) | 299.67º | 0.96% | 0.75% | - |
| XYZ | 31.09 | 15.06 | 51.14 | - |
| YUV | 83.69 | 189.13 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 192 | 0.01 | 0.96 | 0 | 0.25 | 299.67 | 0.92 | 0.39 |
| Hex | BF | 8 | C0 | 1 | 60 | 0 | 19 | 12C | 5C | 27 |
| Octal | 277 | 10 | 300 | 1 | 140 | 0 | 31 | 454 | 134 | 47 |
| Binary | 10111111 | 1000 | 11000000 | 1 | 1100000 | 0 | 11001 | 100101100 | 1011100 | 100111 |
Color Harmonies of #BF08C0
Complementary color
Monochromatic Colors of #BF08C0
Black with #BF08C0
Text Example
Text Example
White with #BF08C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF08C0; }
p { color: rgb(191,8,192); }
H1.HeaderClassName
{
color: #BF08C0;
}
.AnyTagClassName
{
color: #BF08C0;
}
</style>
background-color css
<style>
a { background-color: #BF08C0; }
a { background-color: rgb(191,8,192); }
div.DivClassName
{
background-color: #BF08C0;
}
.BgClassName
{
background-color: #BF08C0;
}
</style>
border-color css
<style>
span { border-color: #BF08C0; }
span { border-color: rgb(191,8,192); }
td.TdClassName
{
border-color: #BF08C0;
}
.TagClassName
{
border-color: #BF08C0;
}
</style>