Shades of Electric Purple #BB31FE
Tints of Electric Purple #BB31FE
RGB
CMYK
RGB Variations
Color information
#BB31FE (or 0xBB31FE) is known color: Electric Purple. HEX triplet: BB, 31 and FE. RGB value is (187,49,254). Sum of RGB (Red+Green+Blue) = 187+49+254=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB31FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31FE is #44CE01. Grayscale: #707070. Windows color (decimal): -4509186 or 16658875. OLE color: 16658875.
HSL color Cylindrical-coordinate representation of color #BB31FE: hue angle of 280.39º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB31FE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 49 | 254 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.00 |
| HSL | 280.39º | 0.99% | 0.59% | - |
| HSV(B) | 280.39º | 0.81% | 1% | - |
| XYZ | 39.48 | 19.92 | 95.53 | - |
| YUV | 113.63 | 207.22 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 254 | 0.26 | 0.81 | 0 | 0.00 | 280.39 | 0.99 | 0.59 |
| Hex | BB | 31 | FE | 1A | 51 | 0 | 0 | 118 | 63 | 3B |
| Octal | 273 | 61 | 376 | 32 | 121 | 0 | 0 | 430 | 143 | 73 |
| Binary | 10111011 | 110001 | 11111110 | 11010 | 1010001 | 0 | 0 | 100011000 | 1100011 | 111011 |
Color Harmonies of #BB31FE
Complementary color
Monochromatic Colors of #BB31FE
Black with #BB31FE
Text Example
Text Example
White with #BB31FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31FE; }
p { color: rgb(187,49,254); }
H1.HeaderClassName
{
color: #BB31FE;
}
.AnyTagClassName
{
color: #BB31FE;
}
</style>
background-color css
<style>
a { background-color: #BB31FE; }
a { background-color: rgb(187,49,254); }
div.DivClassName
{
background-color: #BB31FE;
}
.BgClassName
{
background-color: #BB31FE;
}
</style>
border-color css
<style>
span { border-color: #BB31FE; }
span { border-color: rgb(187,49,254); }
td.TdClassName
{
border-color: #BB31FE;
}
.TagClassName
{
border-color: #BB31FE;
}
</style>