Shades of Deep Magenta #BF25BB
Tints of Deep Magenta #BF25BB
RGB
CMYK
RGB Variations
Color information
#BF25BB (or 0xBF25BB) is known color: Deep Magenta. HEX triplet: BF, 25 and BB. RGB value is (191,37,187). Sum of RGB (Red+Green+Blue) = 191+37+187=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF25BB is #40DA44. Grayscale: #636363. Windows color (decimal): -4250181 or 12264895. OLE color: 12264895.
HSL color Cylindrical-coordinate representation of color #BF25BB: hue angle of 301.56º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF25BB is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 187 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.25 |
| HSL | 301.56º | 0.68% | 0.45% | - |
| HSV(B) | 301.56º | 0.81% | 0.75% | - |
| XYZ | 31.12 | 15.99 | 48.46 | - |
| YUV | 100.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 187 | 0 | 0.81 | 0.02 | 0.25 | 301.56 | 0.68 | 0.45 |
| Hex | BF | 25 | BB | 0 | 51 | 2 | 19 | 12E | 44 | 2D |
| Octal | 277 | 45 | 273 | 0 | 121 | 2 | 31 | 456 | 104 | 55 |
| Binary | 10111111 | 100101 | 10111011 | 0 | 1010001 | 10 | 11001 | 100101110 | 1000100 | 101101 |
Color Harmonies of #BF25BB
Complementary color
Monochromatic Colors of #BF25BB
Black with #BF25BB
Text Example
Text Example
White with #BF25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF25BB; }
p { color: rgb(191,37,187); }
H1.HeaderClassName
{
color: #BF25BB;
}
.AnyTagClassName
{
color: #BF25BB;
}
</style>
background-color css
<style>
a { background-color: #BF25BB; }
a { background-color: rgb(191,37,187); }
div.DivClassName
{
background-color: #BF25BB;
}
.BgClassName
{
background-color: #BF25BB;
}
</style>
border-color css
<style>
span { border-color: #BF25BB; }
span { border-color: rgb(191,37,187); }
td.TdClassName
{
border-color: #BF25BB;
}
.TagClassName
{
border-color: #BF25BB;
}
</style>