Shades of Electric Purple #BB0FEE
Tints of Electric Purple #BB0FEE
RGB
CMYK
RGB Variations
Color information
#BB0FEE (or 0xBB0FEE) is known color: Electric Purple. HEX triplet: BB, 0F and EE. RGB value is (187,15,238). Sum of RGB (Red+Green+Blue) = 187+15+238=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB0FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FEE is #44F011. Grayscale: #5B5B5B. Windows color (decimal): -4517906 or 15601595. OLE color: 15601595.
HSL color Cylindrical-coordinate representation of color #BB0FEE: hue angle of 286.28º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FEE is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 15 | 238 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.28º | 0.88% | 0.5% | - |
| HSV(B) | 286.28º | 0.94% | 0.93% | - |
| XYZ | 36.1 | 17.08 | 82.28 | - |
| YUV | 91.85 | 210.48 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 238 | 0.21 | 0.94 | 0 | 0.07 | 286.28 | 0.88 | 0.5 |
| Hex | BB | F | EE | 15 | 5E | 0 | 7 | 11E | 58 | 32 |
| Octal | 273 | 17 | 356 | 25 | 136 | 0 | 7 | 436 | 130 | 62 |
| Binary | 10111011 | 1111 | 11101110 | 10101 | 1011110 | 0 | 111 | 100011110 | 1011000 | 110010 |
Color Harmonies of #BB0FEE
Complementary color
Monochromatic Colors of #BB0FEE
Black with #BB0FEE
Text Example
Text Example
White with #BB0FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FEE; }
p { color: rgb(187,15,238); }
H1.HeaderClassName
{
color: #BB0FEE;
}
.AnyTagClassName
{
color: #BB0FEE;
}
</style>
background-color css
<style>
a { background-color: #BB0FEE; }
a { background-color: rgb(187,15,238); }
div.DivClassName
{
background-color: #BB0FEE;
}
.BgClassName
{
background-color: #BB0FEE;
}
</style>
border-color css
<style>
span { border-color: #BB0FEE; }
span { border-color: rgb(187,15,238); }
td.TdClassName
{
border-color: #BB0FEE;
}
.TagClassName
{
border-color: #BB0FEE;
}
</style>