Shades of Deep Magenta #BF0BC7
Tints of Deep Magenta #BF0BC7
RGB
CMYK
RGB Variations
Color information
#BF0BC7 (or 0xBF0BC7) is known color: Deep Magenta. HEX triplet: BF, 0B and C7. RGB value is (191,11,199). Sum of RGB (Red+Green+Blue) = 191+11+199=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF0BC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BC7 is #40F438. Grayscale: #555555. Windows color (decimal): -4256825 or 13044671. OLE color: 13044671.
HSL color Cylindrical-coordinate representation of color #BF0BC7: hue angle of 297.45º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0BC7 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 11 | 199 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.22 |
| HSL | 297.45º | 0.9% | 0.41% | - |
| HSV(B) | 297.45º | 0.94% | 0.78% | - |
| XYZ | 31.91 | 15.44 | 55.33 | - |
| YUV | 86.25 | 191.63 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 199 | 0.04 | 0.94 | 0 | 0.22 | 297.45 | 0.9 | 0.41 |
| Hex | BF | B | C7 | 4 | 5E | 0 | 16 | 129 | 5A | 29 |
| Octal | 277 | 13 | 307 | 4 | 136 | 0 | 26 | 451 | 132 | 51 |
| Binary | 10111111 | 1011 | 11000111 | 100 | 1011110 | 0 | 10110 | 100101001 | 1011010 | 101001 |
Color Harmonies of #BF0BC7
Complementary color
Monochromatic Colors of #BF0BC7
Black with #BF0BC7
Text Example
Text Example
White with #BF0BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BC7; }
p { color: rgb(191,11,199); }
H1.HeaderClassName
{
color: #BF0BC7;
}
.AnyTagClassName
{
color: #BF0BC7;
}
</style>
background-color css
<style>
a { background-color: #BF0BC7; }
a { background-color: rgb(191,11,199); }
div.DivClassName
{
background-color: #BF0BC7;
}
.BgClassName
{
background-color: #BF0BC7;
}
</style>
border-color css
<style>
span { border-color: #BF0BC7; }
span { border-color: rgb(191,11,199); }
td.TdClassName
{
border-color: #BF0BC7;
}
.TagClassName
{
border-color: #BF0BC7;
}
</style>