Shades of Electric Purple #BB27EF
Tints of Electric Purple #BB27EF
RGB
CMYK
RGB Variations
Color information
#BB27EF (or 0xBB27EF) is known color: Electric Purple. HEX triplet: BB, 27 and EF. RGB value is (187,39,239). Sum of RGB (Red+Green+Blue) = 187+39+239=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB27EF is #44D810. Grayscale: #696969. Windows color (decimal): -4511761 or 15673275. OLE color: 15673275.
HSL color Cylindrical-coordinate representation of color #BB27EF: hue angle of 284.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB27EF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 39 | 239 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.06 |
| HSL | 284.4º | 0.86% | 0.55% | - |
| HSV(B) | 284.4º | 0.84% | 0.94% | - |
| XYZ | 36.8 | 18.25 | 83.24 | - |
| YUV | 106.05 | 203.03 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 239 | 0.22 | 0.84 | 0 | 0.06 | 284.4 | 0.86 | 0.55 |
| Hex | BB | 27 | EF | 16 | 54 | 0 | 6 | 11C | 56 | 37 |
| Octal | 273 | 47 | 357 | 26 | 124 | 0 | 6 | 434 | 126 | 67 |
| Binary | 10111011 | 100111 | 11101111 | 10110 | 1010100 | 0 | 110 | 100011100 | 1010110 | 110111 |
Color Harmonies of #BB27EF
Complementary color
Monochromatic Colors of #BB27EF
Black with #BB27EF
Text Example
Text Example
White with #BB27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27EF; }
p { color: rgb(187,39,239); }
H1.HeaderClassName
{
color: #BB27EF;
}
.AnyTagClassName
{
color: #BB27EF;
}
</style>
background-color css
<style>
a { background-color: #BB27EF; }
a { background-color: rgb(187,39,239); }
div.DivClassName
{
background-color: #BB27EF;
}
.BgClassName
{
background-color: #BB27EF;
}
</style>
border-color css
<style>
span { border-color: #BB27EF; }
span { border-color: rgb(187,39,239); }
td.TdClassName
{
border-color: #BB27EF;
}
.TagClassName
{
border-color: #BB27EF;
}
</style>