Shades of Electric Purple #BB0FED
Tints of Electric Purple #BB0FED
RGB
CMYK
RGB Variations
Color information
#BB0FED (or 0xBB0FED) is known color: Electric Purple. HEX triplet: BB, 0F and ED. RGB value is (187,15,237). Sum of RGB (Red+Green+Blue) = 187+15+237=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FED is #44F012. Grayscale: #5B5B5B. Windows color (decimal): -4517907 or 15536059. OLE color: 15536059.
HSL color Cylindrical-coordinate representation of color #BB0FED: hue angle of 286.49º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FED is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 15 | 237 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.49º | 0.88% | 0.49% | - |
| HSV(B) | 286.49º | 0.94% | 0.93% | - |
| XYZ | 35.95 | 17.02 | 81.51 | - |
| YUV | 91.74 | 209.98 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 237 | 0.21 | 0.94 | 0 | 0.07 | 286.49 | 0.88 | 0.49 |
| Hex | BB | F | ED | 15 | 5E | 0 | 7 | 11E | 58 | 31 |
| Octal | 273 | 17 | 355 | 25 | 136 | 0 | 7 | 436 | 130 | 61 |
| Binary | 10111011 | 1111 | 11101101 | 10101 | 1011110 | 0 | 111 | 100011110 | 1011000 | 110001 |
Color Harmonies of #BB0FED
Complementary color
Monochromatic Colors of #BB0FED
Black with #BB0FED
Text Example
Text Example
White with #BB0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FED; }
p { color: rgb(187,15,237); }
H1.HeaderClassName
{
color: #BB0FED;
}
.AnyTagClassName
{
color: #BB0FED;
}
</style>
background-color css
<style>
a { background-color: #BB0FED; }
a { background-color: rgb(187,15,237); }
div.DivClassName
{
background-color: #BB0FED;
}
.BgClassName
{
background-color: #BB0FED;
}
</style>
border-color css
<style>
span { border-color: #BB0FED; }
span { border-color: rgb(187,15,237); }
td.TdClassName
{
border-color: #BB0FED;
}
.TagClassName
{
border-color: #BB0FED;
}
</style>