Shades of Deep Magenta #BF09DF
Tints of Deep Magenta #BF09DF
RGB
CMYK
RGB Variations
Color information
#BF09DF (or 0xBF09DF) is known color: Deep Magenta. HEX triplet: BF, 09 and DF. RGB value is (191,9,223). Sum of RGB (Red+Green+Blue) = 191+9+223=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09DF is #40F620. Grayscale: #575757. Windows color (decimal): -4257313 or 14617023. OLE color: 14617023.
HSL color Cylindrical-coordinate representation of color #BF09DF: hue angle of 291.03º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09DF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 9 | 223 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.13 |
| HSL | 291.03º | 0.92% | 0.45% | - |
| HSV(B) | 291.03º | 0.96% | 0.87% | - |
| XYZ | 34.9 | 16.6 | 71.18 | - |
| YUV | 87.81 | 204.3 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 223 | 0.14 | 0.96 | 0 | 0.13 | 291.03 | 0.92 | 0.45 |
| Hex | BF | 9 | DF | E | 60 | 0 | D | 123 | 5C | 2D |
| Octal | 277 | 11 | 337 | 16 | 140 | 0 | 15 | 443 | 134 | 55 |
| Binary | 10111111 | 1001 | 11011111 | 1110 | 1100000 | 0 | 1101 | 100100011 | 1011100 | 101101 |
Color Harmonies of #BF09DF
Complementary color
Monochromatic Colors of #BF09DF
Black with #BF09DF
Text Example
Text Example
White with #BF09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF09DF; }
p { color: rgb(191,9,223); }
H1.HeaderClassName
{
color: #BF09DF;
}
.AnyTagClassName
{
color: #BF09DF;
}
</style>
background-color css
<style>
a { background-color: #BF09DF; }
a { background-color: rgb(191,9,223); }
div.DivClassName
{
background-color: #BF09DF;
}
.BgClassName
{
background-color: #BF09DF;
}
</style>
border-color css
<style>
span { border-color: #BF09DF; }
span { border-color: rgb(191,9,223); }
td.TdClassName
{
border-color: #BF09DF;
}
.TagClassName
{
border-color: #BF09DF;
}
</style>