Shades of Electric Purple #BB27ED
Tints of Electric Purple #BB27ED
RGB
CMYK
RGB Variations
Color information
#BB27ED (or 0xBB27ED) is known color: Electric Purple. HEX triplet: BB, 27 and ED. RGB value is (187,39,237). Sum of RGB (Red+Green+Blue) = 187+39+237=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB27ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB27ED is #44D812. Grayscale: #696969. Windows color (decimal): -4511763 or 15542203. OLE color: 15542203.
HSL color Cylindrical-coordinate representation of color #BB27ED: hue angle of 284.85º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB27ED is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 39 | 237 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.07 |
| HSL | 284.85º | 0.85% | 0.54% | - |
| HSV(B) | 284.85º | 0.84% | 0.93% | - |
| XYZ | 36.51 | 18.13 | 81.7 | - |
| YUV | 105.82 | 202.03 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 237 | 0.21 | 0.84 | 0 | 0.07 | 284.85 | 0.85 | 0.54 |
| Hex | BB | 27 | ED | 15 | 54 | 0 | 7 | 11D | 55 | 36 |
| Octal | 273 | 47 | 355 | 25 | 124 | 0 | 7 | 435 | 125 | 66 |
| Binary | 10111011 | 100111 | 11101101 | 10101 | 1010100 | 0 | 111 | 100011101 | 1010101 | 110110 |
Color Harmonies of #BB27ED
Complementary color
Monochromatic Colors of #BB27ED
Black with #BB27ED
Text Example
Text Example
White with #BB27ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB27ED; }
p { color: rgb(187,39,237); }
H1.HeaderClassName
{
color: #BB27ED;
}
.AnyTagClassName
{
color: #BB27ED;
}
</style>
background-color css
<style>
a { background-color: #BB27ED; }
a { background-color: rgb(187,39,237); }
div.DivClassName
{
background-color: #BB27ED;
}
.BgClassName
{
background-color: #BB27ED;
}
</style>
border-color css
<style>
span { border-color: #BB27ED; }
span { border-color: rgb(187,39,237); }
td.TdClassName
{
border-color: #BB27ED;
}
.TagClassName
{
border-color: #BB27ED;
}
</style>