Shades of Deep Magenta #BF1DBD
Tints of Deep Magenta #BF1DBD
RGB
CMYK
RGB Variations
Color information
#BF1DBD (or 0xBF1DBD) is known color: Deep Magenta. HEX triplet: BF, 1D and BD. RGB value is (191,29,189). Sum of RGB (Red+Green+Blue) = 191+29+189=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1DBD is #40E242. Grayscale: #5F5F5F. Windows color (decimal): -4252227 or 12393919. OLE color: 12393919.
HSL color Cylindrical-coordinate representation of color #BF1DBD: hue angle of 300.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1DBD is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 189 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.25 |
| HSL | 300.74º | 0.74% | 0.43% | - |
| HSV(B) | 300.74º | 0.85% | 0.75% | - |
| XYZ | 31.11 | 15.63 | 49.52 | - |
| YUV | 95.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 189 | 0 | 0.85 | 0.01 | 0.25 | 300.74 | 0.74 | 0.43 |
| Hex | BF | 1D | BD | 0 | 55 | 1 | 19 | 12D | 4A | 2B |
| Octal | 277 | 35 | 275 | 0 | 125 | 1 | 31 | 455 | 112 | 53 |
| Binary | 10111111 | 11101 | 10111101 | 0 | 1010101 | 1 | 11001 | 100101101 | 1001010 | 101011 |
Color Harmonies of #BF1DBD
Complementary color
Monochromatic Colors of #BF1DBD
Black with #BF1DBD
Text Example
Text Example
White with #BF1DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1DBD; }
p { color: rgb(191,29,189); }
H1.HeaderClassName
{
color: #BF1DBD;
}
.AnyTagClassName
{
color: #BF1DBD;
}
</style>
background-color css
<style>
a { background-color: #BF1DBD; }
a { background-color: rgb(191,29,189); }
div.DivClassName
{
background-color: #BF1DBD;
}
.BgClassName
{
background-color: #BF1DBD;
}
</style>
border-color css
<style>
span { border-color: #BF1DBD; }
span { border-color: rgb(191,29,189); }
td.TdClassName
{
border-color: #BF1DBD;
}
.TagClassName
{
border-color: #BF1DBD;
}
</style>