Shades of Electric Purple #BF27FF
Tints of Electric Purple #BF27FF
RGB
CMYK
RGB Variations
Color information
#BF27FF (or 0xBF27FF) is known color: Electric Purple. HEX triplet: BF, 27 and FF. RGB value is (191,39,255). Sum of RGB (Red+Green+Blue) = 191+39+255=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF27FF is #40D800. Grayscale: #6C6C6C. Windows color (decimal): -4249601 or 16721855. OLE color: 16721855.
HSL color Cylindrical-coordinate representation of color #BF27FF: hue angle of 282.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF27FF is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 39 | 255 | - |
| CMYK | 0.25 | 0.85 | 0 | 0 |
| HSL | 282.22º | 1% | 0.58% | - |
| HSV(B) | 282.22º | 0.85% | 1% | - |
| XYZ | 40.26 | 19.75 | 96.3 | - |
| YUV | 109.07 | 210.36 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 255 | 0.25 | 0.85 | 0 | 0 | 282.22 | 1 | 0.58 |
| Hex | BF | 27 | FF | 19 | 55 | 0 | 0 | 11A | 64 | 3A |
| Octal | 277 | 47 | 377 | 31 | 125 | 0 | 0 | 432 | 144 | 72 |
| Binary | 10111111 | 100111 | 11111111 | 11001 | 1010101 | 0 | 0 | 100011010 | 1100100 | 111010 |
Color Harmonies of #BF27FF
Complementary color
Monochromatic Colors of #BF27FF
Black with #BF27FF
Text Example
Text Example
White with #BF27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF27FF; }
p { color: rgb(191,39,255); }
H1.HeaderClassName
{
color: #BF27FF;
}
.AnyTagClassName
{
color: #BF27FF;
}
</style>
background-color css
<style>
a { background-color: #BF27FF; }
a { background-color: rgb(191,39,255); }
div.DivClassName
{
background-color: #BF27FF;
}
.BgClassName
{
background-color: #BF27FF;
}
</style>
border-color css
<style>
span { border-color: #BF27FF; }
span { border-color: rgb(191,39,255); }
td.TdClassName
{
border-color: #BF27FF;
}
.TagClassName
{
border-color: #BF27FF;
}
</style>