Shades of Deep Magenta #BF0BDF
Tints of Deep Magenta #BF0BDF
RGB
CMYK
RGB Variations
Color information
#BF0BDF (or 0xBF0BDF) is known color: Deep Magenta. HEX triplet: BF, 0B and DF. RGB value is (191,11,223). Sum of RGB (Red+Green+Blue) = 191+11+223=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0BDF is #40F420. Grayscale: #585858. Windows color (decimal): -4256801 or 14617535. OLE color: 14617535.
HSL color Cylindrical-coordinate representation of color #BF0BDF: hue angle of 290.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BDF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 11 | 223 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 290.94º | 0.91% | 0.46% | - |
| HSV(B) | 290.94º | 0.95% | 0.87% | - |
| XYZ | 34.92 | 16.64 | 71.18 | - |
| YUV | 88.99 | 203.63 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 223 | 0.14 | 0.95 | 0 | 0.13 | 290.94 | 0.91 | 0.46 |
| Hex | BF | B | DF | E | 5F | 0 | D | 123 | 5B | 2E |
| Octal | 277 | 13 | 337 | 16 | 137 | 0 | 15 | 443 | 133 | 56 |
| Binary | 10111111 | 1011 | 11011111 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011011 | 101110 |
Color Harmonies of #BF0BDF
Complementary color
Monochromatic Colors of #BF0BDF
Black with #BF0BDF
Text Example
Text Example
White with #BF0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BDF; }
p { color: rgb(191,11,223); }
H1.HeaderClassName
{
color: #BF0BDF;
}
.AnyTagClassName
{
color: #BF0BDF;
}
</style>
background-color css
<style>
a { background-color: #BF0BDF; }
a { background-color: rgb(191,11,223); }
div.DivClassName
{
background-color: #BF0BDF;
}
.BgClassName
{
background-color: #BF0BDF;
}
</style>
border-color css
<style>
span { border-color: #BF0BDF; }
span { border-color: rgb(191,11,223); }
td.TdClassName
{
border-color: #BF0BDF;
}
.TagClassName
{
border-color: #BF0BDF;
}
</style>