Shades of Electric Purple #BF23E6
Tints of Electric Purple #BF23E6
RGB
CMYK
RGB Variations
Color information
#BF23E6 (or 0xBF23E6) is known color: Electric Purple. HEX triplet: BF, 23 and E6. RGB value is (191,35,230). Sum of RGB (Red+Green+Blue) = 191+35+230=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF23E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF23E6 is #40DC19. Grayscale: #676767. Windows color (decimal): -4250650 or 15082431. OLE color: 15082431.
HSL color Cylindrical-coordinate representation of color #BF23E6: hue angle of 288º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF23E6 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 35 | 230 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.10 |
| HSL | 288º | 0.8% | 0.52% | - |
| HSV(B) | 288º | 0.85% | 0.9% | - |
| XYZ | 36.37 | 17.99 | 76.42 | - |
| YUV | 103.87 | 199.18 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 35 | 230 | 0.17 | 0.85 | 0 | 0.10 | 288 | 0.8 | 0.52 |
| Hex | BF | 23 | E6 | 11 | 55 | 0 | A | 120 | 50 | 34 |
| Octal | 277 | 43 | 346 | 21 | 125 | 0 | 12 | 440 | 120 | 64 |
| Binary | 10111111 | 100011 | 11100110 | 10001 | 1010101 | 0 | 1010 | 100100000 | 1010000 | 110100 |
Color Harmonies of #BF23E6
Complementary color
Monochromatic Colors of #BF23E6
Black with #BF23E6
Text Example
Text Example
White with #BF23E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF23E6; }
p { color: rgb(191,35,230); }
H1.HeaderClassName
{
color: #BF23E6;
}
.AnyTagClassName
{
color: #BF23E6;
}
</style>
background-color css
<style>
a { background-color: #BF23E6; }
a { background-color: rgb(191,35,230); }
div.DivClassName
{
background-color: #BF23E6;
}
.BgClassName
{
background-color: #BF23E6;
}
</style>
border-color css
<style>
span { border-color: #BF23E6; }
span { border-color: rgb(191,35,230); }
td.TdClassName
{
border-color: #BF23E6;
}
.TagClassName
{
border-color: #BF23E6;
}
</style>