Shades of Electric Purple #BB27FE
Tints of Electric Purple #BB27FE
RGB
CMYK
RGB Variations
Color information
#BB27FE (or 0xBB27FE) is known color: Electric Purple. HEX triplet: BB, 27 and FE. RGB value is (187,39,254). Sum of RGB (Red+Green+Blue) = 187+39+254=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB27FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB27FE is #44D801. Grayscale: #6B6B6B. Windows color (decimal): -4511746 or 16656315. OLE color: 16656315.
HSL color Cylindrical-coordinate representation of color #BB27FE: hue angle of 281.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB27FE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 39 | 254 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.00 |
| HSL | 281.3º | 0.99% | 0.57% | - |
| HSV(B) | 281.3º | 0.85% | 1% | - |
| XYZ | 39.11 | 19.17 | 95.41 | - |
| YUV | 107.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 254 | 0.26 | 0.85 | 0 | 0.00 | 281.3 | 0.99 | 0.57 |
| Hex | BB | 27 | FE | 1A | 55 | 0 | 0 | 119 | 63 | 39 |
| Octal | 273 | 47 | 376 | 32 | 125 | 0 | 0 | 431 | 143 | 71 |
| Binary | 10111011 | 100111 | 11111110 | 11010 | 1010101 | 0 | 0 | 100011001 | 1100011 | 111001 |
Color Harmonies of #BB27FE
Complementary color
Monochromatic Colors of #BB27FE
Black with #BB27FE
Text Example
Text Example
White with #BB27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27FE; }
p { color: rgb(187,39,254); }
H1.HeaderClassName
{
color: #BB27FE;
}
.AnyTagClassName
{
color: #BB27FE;
}
</style>
background-color css
<style>
a { background-color: #BB27FE; }
a { background-color: rgb(187,39,254); }
div.DivClassName
{
background-color: #BB27FE;
}
.BgClassName
{
background-color: #BB27FE;
}
</style>
border-color css
<style>
span { border-color: #BB27FE; }
span { border-color: rgb(187,39,254); }
td.TdClassName
{
border-color: #BB27FE;
}
.TagClassName
{
border-color: #BB27FE;
}
</style>