Shades of Electric Purple #BF23E9
Tints of Electric Purple #BF23E9
RGB
CMYK
RGB Variations
Color information
#BF23E9 (or 0xBF23E9) is known color: Electric Purple. HEX triplet: BF, 23 and E9. RGB value is (191,35,233). Sum of RGB (Red+Green+Blue) = 191+35+233=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF23E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF23E9 is #40DC16. Grayscale: #676767. Windows color (decimal): -4250647 or 15279039. OLE color: 15279039.
HSL color Cylindrical-coordinate representation of color #BF23E9: hue angle of 287.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF23E9 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 35 | 233 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.09 |
| HSL | 287.27º | 0.82% | 0.53% | - |
| HSV(B) | 287.27º | 0.85% | 0.91% | - |
| XYZ | 36.79 | 18.16 | 78.66 | - |
| YUV | 104.22 | 200.68 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 233 | 0.18 | 0.85 | 0 | 0.09 | 287.27 | 0.82 | 0.53 |
| Hex | BF | 23 | E9 | 12 | 55 | 0 | 9 | 11F | 52 | 35 |
| Octal | 277 | 43 | 351 | 22 | 125 | 0 | 11 | 437 | 122 | 65 |
| Binary | 10111111 | 100011 | 11101001 | 10010 | 1010101 | 0 | 1001 | 100011111 | 1010010 | 110101 |
Color Harmonies of #BF23E9
Complementary color
Monochromatic Colors of #BF23E9
Black with #BF23E9
Text Example
Text Example
White with #BF23E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF23E9; }
p { color: rgb(191,35,233); }
H1.HeaderClassName
{
color: #BF23E9;
}
.AnyTagClassName
{
color: #BF23E9;
}
</style>
background-color css
<style>
a { background-color: #BF23E9; }
a { background-color: rgb(191,35,233); }
div.DivClassName
{
background-color: #BF23E9;
}
.BgClassName
{
background-color: #BF23E9;
}
</style>
border-color css
<style>
span { border-color: #BF23E9; }
span { border-color: rgb(191,35,233); }
td.TdClassName
{
border-color: #BF23E9;
}
.TagClassName
{
border-color: #BF23E9;
}
</style>