Shades of Electric Purple #BF31FF
Tints of Electric Purple #BF31FF
RGB
CMYK
RGB Variations
Color information
#BF31FF (or 0xBF31FF) is known color: Electric Purple. HEX triplet: BF, 31 and FF. RGB value is (191,49,255). Sum of RGB (Red+Green+Blue) = 191+49+255=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF31FF is #40CE00. Grayscale: #727272. Windows color (decimal): -4247041 or 16724415. OLE color: 16724415.
HSL color Cylindrical-coordinate representation of color #BF31FF: hue angle of 281.36º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF31FF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 49 | 255 | - |
| CMYK | 0.25 | 0.81 | 0 | 0 |
| HSL | 281.36º | 1% | 0.6% | - |
| HSV(B) | 281.36º | 0.81% | 1% | - |
| XYZ | 40.63 | 20.49 | 96.42 | - |
| YUV | 114.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 255 | 0.25 | 0.81 | 0 | 0 | 281.36 | 1 | 0.6 |
| Hex | BF | 31 | FF | 19 | 51 | 0 | 0 | 119 | 64 | 3C |
| Octal | 277 | 61 | 377 | 31 | 121 | 0 | 0 | 431 | 144 | 74 |
| Binary | 10111111 | 110001 | 11111111 | 11001 | 1010001 | 0 | 0 | 100011001 | 1100100 | 111100 |
Color Harmonies of #BF31FF
Complementary color
Monochromatic Colors of #BF31FF
Black with #BF31FF
Text Example
Text Example
White with #BF31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31FF; }
p { color: rgb(191,49,255); }
H1.HeaderClassName
{
color: #BF31FF;
}
.AnyTagClassName
{
color: #BF31FF;
}
</style>
background-color css
<style>
a { background-color: #BF31FF; }
a { background-color: rgb(191,49,255); }
div.DivClassName
{
background-color: #BF31FF;
}
.BgClassName
{
background-color: #BF31FF;
}
</style>
border-color css
<style>
span { border-color: #BF31FF; }
span { border-color: rgb(191,49,255); }
td.TdClassName
{
border-color: #BF31FF;
}
.TagClassName
{
border-color: #BF31FF;
}
</style>