Shades of Deep Magenta #BF24D5
Tints of Deep Magenta #BF24D5
RGB
CMYK
RGB Variations
Color information
#BF24D5 (or 0xBF24D5) is known color: Deep Magenta. HEX triplet: BF, 24 and D5. RGB value is (191,36,213). Sum of RGB (Red+Green+Blue) = 191+36+213=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF24D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24D5 is #40DB2A. Grayscale: #656565. Windows color (decimal): -4250411 or 13968575. OLE color: 13968575.
HSL color Cylindrical-coordinate representation of color #BF24D5: hue angle of 292.54º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF24D5 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 36 | 213 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.16 |
| HSL | 292.54º | 0.71% | 0.49% | - |
| HSV(B) | 292.54º | 0.83% | 0.84% | - |
| XYZ | 34.13 | 17.14 | 64.46 | - |
| YUV | 102.52 | 190.35 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 213 | 0.10 | 0.83 | 0 | 0.16 | 292.54 | 0.71 | 0.49 |
| Hex | BF | 24 | D5 | A | 53 | 0 | 10 | 125 | 47 | 31 |
| Octal | 277 | 44 | 325 | 12 | 123 | 0 | 20 | 445 | 107 | 61 |
| Binary | 10111111 | 100100 | 11010101 | 1010 | 1010011 | 0 | 10000 | 100100101 | 1000111 | 110001 |
Color Harmonies of #BF24D5
Complementary color
Monochromatic Colors of #BF24D5
Black with #BF24D5
Text Example
Text Example
White with #BF24D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24D5; }
p { color: rgb(191,36,213); }
H1.HeaderClassName
{
color: #BF24D5;
}
.AnyTagClassName
{
color: #BF24D5;
}
</style>
background-color css
<style>
a { background-color: #BF24D5; }
a { background-color: rgb(191,36,213); }
div.DivClassName
{
background-color: #BF24D5;
}
.BgClassName
{
background-color: #BF24D5;
}
</style>
border-color css
<style>
span { border-color: #BF24D5; }
span { border-color: rgb(191,36,213); }
td.TdClassName
{
border-color: #BF24D5;
}
.TagClassName
{
border-color: #BF24D5;
}
</style>