Shades of Deep Magenta #BF01D0
Tints of Deep Magenta #BF01D0
RGB
CMYK
RGB Variations
Color information
#BF01D0 (or 0xBF01D0) is known color: Deep Magenta. HEX triplet: BF, 01 and D0. RGB value is (191,1,208). Sum of RGB (Red+Green+Blue) = 191+1+208=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF01D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01D0 is #40FE2F. Grayscale: #505050. Windows color (decimal): -4259376 or 13631935. OLE color: 13631935.
HSL color Cylindrical-coordinate representation of color #BF01D0: hue angle of 295.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF01D0 is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 1 | 208 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.18 |
| HSL | 295.07º | 0.99% | 0.41% | - |
| HSV(B) | 295.07º | 1% | 0.82% | - |
| XYZ | 32.88 | 15.65 | 60.96 | - |
| YUV | 81.41 | 199.45 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 208 | 0.08 | 1.00 | 0 | 0.18 | 295.07 | 0.99 | 0.41 |
| Hex | BF | 1 | D0 | 8 | 64 | 0 | 12 | 127 | 63 | 29 |
| Octal | 277 | 1 | 320 | 10 | 144 | 0 | 22 | 447 | 143 | 51 |
| Binary | 10111111 | 1 | 11010000 | 1000 | 1100100 | 0 | 10010 | 100100111 | 1100011 | 101001 |
Color Harmonies of #BF01D0
Complementary color
Monochromatic Colors of #BF01D0
Black with #BF01D0
Text Example
Text Example
White with #BF01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01D0; }
p { color: rgb(191,1,208); }
H1.HeaderClassName
{
color: #BF01D0;
}
.AnyTagClassName
{
color: #BF01D0;
}
</style>
background-color css
<style>
a { background-color: #BF01D0; }
a { background-color: rgb(191,1,208); }
div.DivClassName
{
background-color: #BF01D0;
}
.BgClassName
{
background-color: #BF01D0;
}
</style>
border-color css
<style>
span { border-color: #BF01D0; }
span { border-color: rgb(191,1,208); }
td.TdClassName
{
border-color: #BF01D0;
}
.TagClassName
{
border-color: #BF01D0;
}
</style>