Shades of Electric Purple #BF23E4
Tints of Electric Purple #BF23E4
RGB
CMYK
RGB Variations
Color information
#BF23E4 (or 0xBF23E4) is known color: Electric Purple. HEX triplet: BF, 23 and E4. RGB value is (191,35,228). Sum of RGB (Red+Green+Blue) = 191+35+228=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF23E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23E4 is #40DC1B. Grayscale: #676767. Windows color (decimal): -4250652 or 14951359. OLE color: 14951359.
HSL color Cylindrical-coordinate representation of color #BF23E4: hue angle of 288.5º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF23E4 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 35 | 228 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.11 |
| HSL | 288.5º | 0.78% | 0.52% | - |
| HSV(B) | 288.5º | 0.85% | 0.89% | - |
| XYZ | 36.09 | 17.88 | 74.95 | - |
| YUV | 103.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 228 | 0.16 | 0.85 | 0 | 0.11 | 288.5 | 0.78 | 0.52 |
| Hex | BF | 23 | E4 | 10 | 55 | 0 | B | 120 | 4E | 34 |
| Octal | 277 | 43 | 344 | 20 | 125 | 0 | 13 | 440 | 116 | 64 |
| Binary | 10111111 | 100011 | 11100100 | 10000 | 1010101 | 0 | 1011 | 100100000 | 1001110 | 110100 |
Color Harmonies of #BF23E4
Complementary color
Monochromatic Colors of #BF23E4
Black with #BF23E4
Text Example
Text Example
White with #BF23E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF23E4; }
p { color: rgb(191,35,228); }
H1.HeaderClassName
{
color: #BF23E4;
}
.AnyTagClassName
{
color: #BF23E4;
}
</style>
background-color css
<style>
a { background-color: #BF23E4; }
a { background-color: rgb(191,35,228); }
div.DivClassName
{
background-color: #BF23E4;
}
.BgClassName
{
background-color: #BF23E4;
}
</style>
border-color css
<style>
span { border-color: #BF23E4; }
span { border-color: rgb(191,35,228); }
td.TdClassName
{
border-color: #BF23E4;
}
.TagClassName
{
border-color: #BF23E4;
}
</style>