Shades of Deep Magenta #BF28CE
Tints of Deep Magenta #BF28CE
RGB
CMYK
RGB Variations
Color information
#BF28CE (or 0xBF28CE) is known color: Deep Magenta. HEX triplet: BF, 28 and CE. RGB value is (191,40,206). Sum of RGB (Red+Green+Blue) = 191+40+206=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28CE is #40D731. Grayscale: #676767. Windows color (decimal): -4249394 or 13510847. OLE color: 13510847.
HSL color Cylindrical-coordinate representation of color #BF28CE: hue angle of 294.58º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF28CE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 40 | 206 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.19 |
| HSL | 294.58º | 0.67% | 0.48% | - |
| HSV(B) | 294.58º | 0.81% | 0.81% | - |
| XYZ | 33.39 | 17.05 | 59.92 | - |
| YUV | 104.07 | 185.53 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 206 | 0.07 | 0.81 | 0 | 0.19 | 294.58 | 0.67 | 0.48 |
| Hex | BF | 28 | CE | 7 | 51 | 0 | 13 | 127 | 43 | 30 |
| Octal | 277 | 50 | 316 | 7 | 121 | 0 | 23 | 447 | 103 | 60 |
| Binary | 10111111 | 101000 | 11001110 | 111 | 1010001 | 0 | 10011 | 100100111 | 1000011 | 110000 |
Color Harmonies of #BF28CE
Complementary color
Monochromatic Colors of #BF28CE
Black with #BF28CE
Text Example
Text Example
White with #BF28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28CE; }
p { color: rgb(191,40,206); }
H1.HeaderClassName
{
color: #BF28CE;
}
.AnyTagClassName
{
color: #BF28CE;
}
</style>
background-color css
<style>
a { background-color: #BF28CE; }
a { background-color: rgb(191,40,206); }
div.DivClassName
{
background-color: #BF28CE;
}
.BgClassName
{
background-color: #BF28CE;
}
</style>
border-color css
<style>
span { border-color: #BF28CE; }
span { border-color: rgb(191,40,206); }
td.TdClassName
{
border-color: #BF28CE;
}
.TagClassName
{
border-color: #BF28CE;
}
</style>