Shades of Deep Magenta #BF01D5
Tints of Deep Magenta #BF01D5
RGB
CMYK
RGB Variations
Color information
#BF01D5 (or 0xBF01D5) is known color: Deep Magenta. HEX triplet: BF, 01 and D5. RGB value is (191,1,213). Sum of RGB (Red+Green+Blue) = 191+1+213=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF01D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF01D5 is #40FE2A. Grayscale: #515151. Windows color (decimal): -4259371 or 13959615. OLE color: 13959615.
HSL color Cylindrical-coordinate representation of color #BF01D5: hue angle of 293.77º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF01D5 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 1 | 213 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.16 |
| HSL | 293.77º | 0.99% | 0.42% | - |
| HSV(B) | 293.77º | 1% | 0.84% | - |
| XYZ | 33.51 | 15.9 | 64.25 | - |
| YUV | 81.98 | 201.95 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 213 | 0.10 | 1.00 | 0 | 0.16 | 293.77 | 0.99 | 0.42 |
| Hex | BF | 1 | D5 | A | 64 | 0 | 10 | 126 | 63 | 2A |
| Octal | 277 | 1 | 325 | 12 | 144 | 0 | 20 | 446 | 143 | 52 |
| Binary | 10111111 | 1 | 11010101 | 1010 | 1100100 | 0 | 10000 | 100100110 | 1100011 | 101010 |
Color Harmonies of #BF01D5
Complementary color
Monochromatic Colors of #BF01D5
Black with #BF01D5
Text Example
Text Example
White with #BF01D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF01D5; }
p { color: rgb(191,1,213); }
H1.HeaderClassName
{
color: #BF01D5;
}
.AnyTagClassName
{
color: #BF01D5;
}
</style>
background-color css
<style>
a { background-color: #BF01D5; }
a { background-color: rgb(191,1,213); }
div.DivClassName
{
background-color: #BF01D5;
}
.BgClassName
{
background-color: #BF01D5;
}
</style>
border-color css
<style>
span { border-color: #BF01D5; }
span { border-color: rgb(191,1,213); }
td.TdClassName
{
border-color: #BF01D5;
}
.TagClassName
{
border-color: #BF01D5;
}
</style>