Shades of Deep Magenta #BF28D1
Tints of Deep Magenta #BF28D1
RGB
CMYK
RGB Variations
Color information
#BF28D1 (or 0xBF28D1) is known color: Deep Magenta. HEX triplet: BF, 28 and D1. RGB value is (191,40,209). Sum of RGB (Red+Green+Blue) = 191+40+209=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF28D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28D1 is #40D72E. Grayscale: #676767. Windows color (decimal): -4249391 or 13707455. OLE color: 13707455.
HSL color Cylindrical-coordinate representation of color #BF28D1: hue angle of 293.61º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF28D1 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 40 | 209 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.18 |
| HSL | 293.61º | 0.68% | 0.49% | - |
| HSV(B) | 293.61º | 0.81% | 0.82% | - |
| XYZ | 33.75 | 17.2 | 61.86 | - |
| YUV | 104.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 209 | 0.09 | 0.81 | 0 | 0.18 | 293.61 | 0.68 | 0.49 |
| Hex | BF | 28 | D1 | 9 | 51 | 0 | 12 | 126 | 44 | 31 |
| Octal | 277 | 50 | 321 | 11 | 121 | 0 | 22 | 446 | 104 | 61 |
| Binary | 10111111 | 101000 | 11010001 | 1001 | 1010001 | 0 | 10010 | 100100110 | 1000100 | 110001 |
Color Harmonies of #BF28D1
Complementary color
Monochromatic Colors of #BF28D1
Black with #BF28D1
Text Example
Text Example
White with #BF28D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28D1; }
p { color: rgb(191,40,209); }
H1.HeaderClassName
{
color: #BF28D1;
}
.AnyTagClassName
{
color: #BF28D1;
}
</style>
background-color css
<style>
a { background-color: #BF28D1; }
a { background-color: rgb(191,40,209); }
div.DivClassName
{
background-color: #BF28D1;
}
.BgClassName
{
background-color: #BF28D1;
}
</style>
border-color css
<style>
span { border-color: #BF28D1; }
span { border-color: rgb(191,40,209); }
td.TdClassName
{
border-color: #BF28D1;
}
.TagClassName
{
border-color: #BF28D1;
}
</style>