Shades of Deep Magenta #BF14BD
Tints of Deep Magenta #BF14BD
RGB
CMYK
RGB Variations
Color information
#BF14BD (or 0xBF14BD) is known color: Deep Magenta. HEX triplet: BF, 14 and BD. RGB value is (191,20,189). Sum of RGB (Red+Green+Blue) = 191+20+189=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF14BD is #40EB42. Grayscale: #595959. Windows color (decimal): -4254531 or 12391615. OLE color: 12391615.
HSL color Cylindrical-coordinate representation of color #BF14BD: hue angle of 300.7º 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 #BF14BD is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 189 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.25 |
| HSL | 300.7º | 0.81% | 0.41% | - |
| HSV(B) | 300.7º | 0.9% | 0.75% | - |
| XYZ | 30.92 | 15.25 | 49.46 | - |
| YUV | 90.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 189 | 0 | 0.90 | 0.01 | 0.25 | 300.7 | 0.81 | 0.41 |
| Hex | BF | 14 | BD | 0 | 5A | 1 | 19 | 12D | 51 | 29 |
| Octal | 277 | 24 | 275 | 0 | 132 | 1 | 31 | 455 | 121 | 51 |
| Binary | 10111111 | 10100 | 10111101 | 0 | 1011010 | 1 | 11001 | 100101101 | 1010001 | 101001 |
Color Harmonies of #BF14BD
Complementary color
Monochromatic Colors of #BF14BD
Black with #BF14BD
Text Example
Text Example
White with #BF14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF14BD; }
p { color: rgb(191,20,189); }
H1.HeaderClassName
{
color: #BF14BD;
}
.AnyTagClassName
{
color: #BF14BD;
}
</style>
background-color css
<style>
a { background-color: #BF14BD; }
a { background-color: rgb(191,20,189); }
div.DivClassName
{
background-color: #BF14BD;
}
.BgClassName
{
background-color: #BF14BD;
}
</style>
border-color css
<style>
span { border-color: #BF14BD; }
span { border-color: rgb(191,20,189); }
td.TdClassName
{
border-color: #BF14BD;
}
.TagClassName
{
border-color: #BF14BD;
}
</style>