Shades of Deep Magenta #BF28C3
Tints of Deep Magenta #BF28C3
RGB
CMYK
RGB Variations
Color information
#BF28C3 (or 0xBF28C3) is known color: Deep Magenta. HEX triplet: BF, 28 and C3. RGB value is (191,40,195). Sum of RGB (Red+Green+Blue) = 191+40+195=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF28C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF28C3 is #40D73C. Grayscale: #666666. Windows color (decimal): -4249405 or 12789951. OLE color: 12789951.
HSL color Cylindrical-coordinate representation of color #BF28C3: hue angle of 298.45º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF28C3 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 40 | 195 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.24 |
| HSL | 298.45º | 0.66% | 0.46% | - |
| HSV(B) | 298.45º | 0.79% | 0.76% | - |
| XYZ | 32.09 | 16.53 | 53.13 | - |
| YUV | 102.82 | 180.03 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 195 | 0.02 | 0.79 | 0 | 0.24 | 298.45 | 0.66 | 0.46 |
| Hex | BF | 28 | C3 | 2 | 4F | 0 | 18 | 12A | 42 | 2E |
| Octal | 277 | 50 | 303 | 2 | 117 | 0 | 30 | 452 | 102 | 56 |
| Binary | 10111111 | 101000 | 11000011 | 10 | 1001111 | 0 | 11000 | 100101010 | 1000010 | 101110 |
Color Harmonies of #BF28C3
Complementary color
Monochromatic Colors of #BF28C3
Black with #BF28C3
Text Example
Text Example
White with #BF28C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF28C3; }
p { color: rgb(191,40,195); }
H1.HeaderClassName
{
color: #BF28C3;
}
.AnyTagClassName
{
color: #BF28C3;
}
</style>
background-color css
<style>
a { background-color: #BF28C3; }
a { background-color: rgb(191,40,195); }
div.DivClassName
{
background-color: #BF28C3;
}
.BgClassName
{
background-color: #BF28C3;
}
</style>
border-color css
<style>
span { border-color: #BF28C3; }
span { border-color: rgb(191,40,195); }
td.TdClassName
{
border-color: #BF28C3;
}
.TagClassName
{
border-color: #BF28C3;
}
</style>