Shades of Deep Magenta #BF28C5
Tints of Deep Magenta #BF28C5
RGB
CMYK
RGB Variations
Color information
#BF28C5 (or 0xBF28C5) is known color: Deep Magenta. HEX triplet: BF, 28 and C5. RGB value is (191,40,197). Sum of RGB (Red+Green+Blue) = 191+40+197=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 197 (77.34% from 255 or 46.03% from 428); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF28C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28C5 is #40D73A. Grayscale: #666666. Windows color (decimal): -4249403 or 12921023. OLE color: 12921023.
HSL color Cylindrical-coordinate representation of color #BF28C5: hue angle of 297.71º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF28C5 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 40 | 197 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.23 |
| HSL | 297.71º | 0.66% | 0.46% | - |
| HSV(B) | 297.71º | 0.8% | 0.77% | - |
| XYZ | 32.32 | 16.63 | 54.33 | - |
| YUV | 103.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 197 | 0.03 | 0.80 | 0 | 0.23 | 297.71 | 0.66 | 0.46 |
| Hex | BF | 28 | C5 | 3 | 50 | 0 | 17 | 12A | 42 | 2E |
| Octal | 277 | 50 | 305 | 3 | 120 | 0 | 27 | 452 | 102 | 56 |
| Binary | 10111111 | 101000 | 11000101 | 11 | 1010000 | 0 | 10111 | 100101010 | 1000010 | 101110 |
Color Harmonies of #BF28C5
Complementary color
Monochromatic Colors of #BF28C5
Black with #BF28C5
Text Example
Text Example
White with #BF28C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28C5; }
p { color: rgb(191,40,197); }
H1.HeaderClassName
{
color: #BF28C5;
}
.AnyTagClassName
{
color: #BF28C5;
}
</style>
background-color css
<style>
a { background-color: #BF28C5; }
a { background-color: rgb(191,40,197); }
div.DivClassName
{
background-color: #BF28C5;
}
.BgClassName
{
background-color: #BF28C5;
}
</style>
border-color css
<style>
span { border-color: #BF28C5; }
span { border-color: rgb(191,40,197); }
td.TdClassName
{
border-color: #BF28C5;
}
.TagClassName
{
border-color: #BF28C5;
}
</style>