Shades of Deep Magenta #BF14B7
Tints of Deep Magenta #BF14B7
RGB
CMYK
RGB Variations
Color information
#BF14B7 (or 0xBF14B7) is known color: Deep Magenta. HEX triplet: BF, 14 and B7. RGB value is (191,20,183). Sum of RGB (Red+Green+Blue) = 191+20+183=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF14B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14B7 is #40EB48. Grayscale: #595959. Windows color (decimal): -4254537 or 11998399. OLE color: 11998399.
HSL color Cylindrical-coordinate representation of color #BF14B7: hue angle of 302.81º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF14B7 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 183 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.25 |
| HSL | 302.81º | 0.81% | 0.41% | - |
| HSV(B) | 302.81º | 0.9% | 0.75% | - |
| XYZ | 30.28 | 15 | 46.1 | - |
| YUV | 89.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 183 | 0 | 0.90 | 0.04 | 0.25 | 302.81 | 0.81 | 0.41 |
| Hex | BF | 14 | B7 | 0 | 5A | 4 | 19 | 12F | 51 | 29 |
| Octal | 277 | 24 | 267 | 0 | 132 | 4 | 31 | 457 | 121 | 51 |
| Binary | 10111111 | 10100 | 10110111 | 0 | 1011010 | 100 | 11001 | 100101111 | 1010001 | 101001 |
Color Harmonies of #BF14B7
Complementary color
Monochromatic Colors of #BF14B7
Black with #BF14B7
Text Example
Text Example
White with #BF14B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14B7; }
p { color: rgb(191,20,183); }
H1.HeaderClassName
{
color: #BF14B7;
}
.AnyTagClassName
{
color: #BF14B7;
}
</style>
background-color css
<style>
a { background-color: #BF14B7; }
a { background-color: rgb(191,20,183); }
div.DivClassName
{
background-color: #BF14B7;
}
.BgClassName
{
background-color: #BF14B7;
}
</style>
border-color css
<style>
span { border-color: #BF14B7; }
span { border-color: rgb(191,20,183); }
td.TdClassName
{
border-color: #BF14B7;
}
.TagClassName
{
border-color: #BF14B7;
}
</style>