Shades of Deep Magenta #BF1DDA
Tints of Deep Magenta #BF1DDA
RGB
CMYK
RGB Variations
Color information
#BF1DDA (or 0xBF1DDA) is known color: Deep Magenta. HEX triplet: BF, 1D and DA. RGB value is (191,29,218). Sum of RGB (Red+Green+Blue) = 191+29+218=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF1DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1DDA is #40E225. Grayscale: #626262. Windows color (decimal): -4252198 or 14294463. OLE color: 14294463.
HSL color Cylindrical-coordinate representation of color #BF1DDA: hue angle of 291.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1DDA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 29 | 218 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.15 |
| HSL | 291.43º | 0.77% | 0.48% | - |
| HSV(B) | 291.43º | 0.87% | 0.85% | - |
| XYZ | 34.58 | 17.02 | 67.79 | - |
| YUV | 98.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 218 | 0.12 | 0.87 | 0 | 0.15 | 291.43 | 0.77 | 0.48 |
| Hex | BF | 1D | DA | C | 57 | 0 | F | 123 | 4D | 30 |
| Octal | 277 | 35 | 332 | 14 | 127 | 0 | 17 | 443 | 115 | 60 |
| Binary | 10111111 | 11101 | 11011010 | 1100 | 1010111 | 0 | 1111 | 100100011 | 1001101 | 110000 |
Color Harmonies of #BF1DDA
Complementary color
Monochromatic Colors of #BF1DDA
Black with #BF1DDA
Text Example
Text Example
White with #BF1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1DDA; }
p { color: rgb(191,29,218); }
H1.HeaderClassName
{
color: #BF1DDA;
}
.AnyTagClassName
{
color: #BF1DDA;
}
</style>
background-color css
<style>
a { background-color: #BF1DDA; }
a { background-color: rgb(191,29,218); }
div.DivClassName
{
background-color: #BF1DDA;
}
.BgClassName
{
background-color: #BF1DDA;
}
</style>
border-color css
<style>
span { border-color: #BF1DDA; }
span { border-color: rgb(191,29,218); }
td.TdClassName
{
border-color: #BF1DDA;
}
.TagClassName
{
border-color: #BF1DDA;
}
</style>