Shades of Deep Magenta #BF28D0
Tints of Deep Magenta #BF28D0
RGB
CMYK
RGB Variations
Color information
#BF28D0 (or 0xBF28D0) is known color: Deep Magenta. HEX triplet: BF, 28 and D0. RGB value is (191,40,208). Sum of RGB (Red+Green+Blue) = 191+40+208=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF28D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28D0 is #40D72F. Grayscale: #676767. Windows color (decimal): -4249392 or 13641919. OLE color: 13641919.
HSL color Cylindrical-coordinate representation of color #BF28D0: hue angle of 293.93º 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 #BF28D0 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 40 | 208 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.18 |
| HSL | 293.93º | 0.68% | 0.49% | - |
| HSV(B) | 293.93º | 0.81% | 0.82% | - |
| XYZ | 33.63 | 17.15 | 61.21 | - |
| YUV | 104.3 | 186.53 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 208 | 0.08 | 0.81 | 0 | 0.18 | 293.93 | 0.68 | 0.49 |
| Hex | BF | 28 | D0 | 8 | 51 | 0 | 12 | 126 | 44 | 31 |
| Octal | 277 | 50 | 320 | 10 | 121 | 0 | 22 | 446 | 104 | 61 |
| Binary | 10111111 | 101000 | 11010000 | 1000 | 1010001 | 0 | 10010 | 100100110 | 1000100 | 110001 |
Color Harmonies of #BF28D0
Complementary color
Monochromatic Colors of #BF28D0
Black with #BF28D0
Text Example
Text Example
White with #BF28D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28D0; }
p { color: rgb(191,40,208); }
H1.HeaderClassName
{
color: #BF28D0;
}
.AnyTagClassName
{
color: #BF28D0;
}
</style>
background-color css
<style>
a { background-color: #BF28D0; }
a { background-color: rgb(191,40,208); }
div.DivClassName
{
background-color: #BF28D0;
}
.BgClassName
{
background-color: #BF28D0;
}
</style>
border-color css
<style>
span { border-color: #BF28D0; }
span { border-color: rgb(191,40,208); }
td.TdClassName
{
border-color: #BF28D0;
}
.TagClassName
{
border-color: #BF28D0;
}
</style>