Shades of Electric Purple #BF24E3
Tints of Electric Purple #BF24E3
RGB
CMYK
RGB Variations
Color information
#BF24E3 (or 0xBF24E3) is known color: Electric Purple. HEX triplet: BF, 24 and E3. RGB value is (191,36,227). Sum of RGB (Red+Green+Blue) = 191+36+227=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF24E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24E3 is #40DB1C. Grayscale: #676767. Windows color (decimal): -4250397 or 14886079. OLE color: 14886079.
HSL color Cylindrical-coordinate representation of color #BF24E3: hue angle of 288.69º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF24E3 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 36 | 227 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.11 |
| HSL | 288.69º | 0.77% | 0.52% | - |
| HSV(B) | 288.69º | 0.84% | 0.89% | - |
| XYZ | 35.98 | 17.88 | 74.23 | - |
| YUV | 104.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 227 | 0.16 | 0.84 | 0 | 0.11 | 288.69 | 0.77 | 0.52 |
| Hex | BF | 24 | E3 | 10 | 54 | 0 | B | 121 | 4D | 34 |
| Octal | 277 | 44 | 343 | 20 | 124 | 0 | 13 | 441 | 115 | 64 |
| Binary | 10111111 | 100100 | 11100011 | 10000 | 1010100 | 0 | 1011 | 100100001 | 1001101 | 110100 |
Color Harmonies of #BF24E3
Complementary color
Monochromatic Colors of #BF24E3
Black with #BF24E3
Text Example
Text Example
White with #BF24E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24E3; }
p { color: rgb(191,36,227); }
H1.HeaderClassName
{
color: #BF24E3;
}
.AnyTagClassName
{
color: #BF24E3;
}
</style>
background-color css
<style>
a { background-color: #BF24E3; }
a { background-color: rgb(191,36,227); }
div.DivClassName
{
background-color: #BF24E3;
}
.BgClassName
{
background-color: #BF24E3;
}
</style>
border-color css
<style>
span { border-color: #BF24E3; }
span { border-color: rgb(191,36,227); }
td.TdClassName
{
border-color: #BF24E3;
}
.TagClassName
{
border-color: #BF24E3;
}
</style>