Shades of Electric Purple #BF24E2
Tints of Electric Purple #BF24E2
RGB
CMYK
RGB Variations
Color information
#BF24E2 (or 0xBF24E2) is known color: Electric Purple. HEX triplet: BF, 24 and E2. RGB value is (191,36,226). Sum of RGB (Red+Green+Blue) = 191+36+226=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF24E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF24E2 is #40DB1D. Grayscale: #676767. Windows color (decimal): -4250398 or 14820543. OLE color: 14820543.
HSL color Cylindrical-coordinate representation of color #BF24E2: hue angle of 288.95º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF24E2 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 36 | 226 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.11 |
| HSL | 288.95º | 0.77% | 0.51% | - |
| HSV(B) | 288.95º | 0.84% | 0.89% | - |
| XYZ | 35.84 | 17.83 | 73.5 | - |
| YUV | 104.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 226 | 0.15 | 0.84 | 0 | 0.11 | 288.95 | 0.77 | 0.51 |
| Hex | BF | 24 | E2 | F | 54 | 0 | B | 121 | 4D | 33 |
| Octal | 277 | 44 | 342 | 17 | 124 | 0 | 13 | 441 | 115 | 63 |
| Binary | 10111111 | 100100 | 11100010 | 1111 | 1010100 | 0 | 1011 | 100100001 | 1001101 | 110011 |
Color Harmonies of #BF24E2
Complementary color
Monochromatic Colors of #BF24E2
Black with #BF24E2
Text Example
Text Example
White with #BF24E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF24E2; }
p { color: rgb(191,36,226); }
H1.HeaderClassName
{
color: #BF24E2;
}
.AnyTagClassName
{
color: #BF24E2;
}
</style>
background-color css
<style>
a { background-color: #BF24E2; }
a { background-color: rgb(191,36,226); }
div.DivClassName
{
background-color: #BF24E2;
}
.BgClassName
{
background-color: #BF24E2;
}
</style>
border-color css
<style>
span { border-color: #BF24E2; }
span { border-color: rgb(191,36,226); }
td.TdClassName
{
border-color: #BF24E2;
}
.TagClassName
{
border-color: #BF24E2;
}
</style>