Shades of Deep Magenta #BF25DA
Tints of Deep Magenta #BF25DA
RGB
CMYK
RGB Variations
Color information
#BF25DA (or 0xBF25DA) is known color: Deep Magenta. HEX triplet: BF, 25 and DA. RGB value is (191,37,218). Sum of RGB (Red+Green+Blue) = 191+37+218=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF25DA is #40DA25. Grayscale: #676767. Windows color (decimal): -4250150 or 14296511. OLE color: 14296511.
HSL color Cylindrical-coordinate representation of color #BF25DA: hue angle of 291.05º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF25DA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 37 | 218 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.15 |
| HSL | 291.05º | 0.71% | 0.5% | - |
| HSV(B) | 291.05º | 0.83% | 0.85% | - |
| XYZ | 34.8 | 17.46 | 67.87 | - |
| YUV | 103.68 | 192.52 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 218 | 0.12 | 0.83 | 0 | 0.15 | 291.05 | 0.71 | 0.5 |
| Hex | BF | 25 | DA | C | 53 | 0 | F | 123 | 47 | 32 |
| Octal | 277 | 45 | 332 | 14 | 123 | 0 | 17 | 443 | 107 | 62 |
| Binary | 10111111 | 100101 | 11011010 | 1100 | 1010011 | 0 | 1111 | 100100011 | 1000111 | 110010 |
Color Harmonies of #BF25DA
Complementary color
Monochromatic Colors of #BF25DA
Black with #BF25DA
Text Example
Text Example
White with #BF25DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF25DA; }
p { color: rgb(191,37,218); }
H1.HeaderClassName
{
color: #BF25DA;
}
.AnyTagClassName
{
color: #BF25DA;
}
</style>
background-color css
<style>
a { background-color: #BF25DA; }
a { background-color: rgb(191,37,218); }
div.DivClassName
{
background-color: #BF25DA;
}
.BgClassName
{
background-color: #BF25DA;
}
</style>
border-color css
<style>
span { border-color: #BF25DA; }
span { border-color: rgb(191,37,218); }
td.TdClassName
{
border-color: #BF25DA;
}
.TagClassName
{
border-color: #BF25DA;
}
</style>