Shades of Electric Purple #BB0FF7
Tints of Electric Purple #BB0FF7
RGB
CMYK
RGB Variations
Color information
#BB0FF7 (or 0xBB0FF7) is known color: Electric Purple. HEX triplet: BB, 0F and F7. RGB value is (187,15,247). Sum of RGB (Red+Green+Blue) = 187+15+247=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB0FF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FF7 is #44F008. Grayscale: #5C5C5C. Windows color (decimal): -4517897 or 16191419. OLE color: 16191419.
HSL color Cylindrical-coordinate representation of color #BB0FF7: hue angle of 284.48º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FF7 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 15 | 247 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.03 |
| HSL | 284.48º | 0.94% | 0.51% | - |
| HSV(B) | 284.48º | 0.94% | 0.97% | - |
| XYZ | 37.45 | 17.62 | 89.42 | - |
| YUV | 92.88 | 214.98 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 247 | 0.24 | 0.94 | 0 | 0.03 | 284.48 | 0.94 | 0.51 |
| Hex | BB | F | F7 | 18 | 5E | 0 | 3 | 11C | 5E | 33 |
| Octal | 273 | 17 | 367 | 30 | 136 | 0 | 3 | 434 | 136 | 63 |
| Binary | 10111011 | 1111 | 11110111 | 11000 | 1011110 | 0 | 11 | 100011100 | 1011110 | 110011 |
Color Harmonies of #BB0FF7
Complementary color
Monochromatic Colors of #BB0FF7
Black with #BB0FF7
Text Example
Text Example
White with #BB0FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FF7; }
p { color: rgb(187,15,247); }
H1.HeaderClassName
{
color: #BB0FF7;
}
.AnyTagClassName
{
color: #BB0FF7;
}
</style>
background-color css
<style>
a { background-color: #BB0FF7; }
a { background-color: rgb(187,15,247); }
div.DivClassName
{
background-color: #BB0FF7;
}
.BgClassName
{
background-color: #BB0FF7;
}
</style>
border-color css
<style>
span { border-color: #BB0FF7; }
span { border-color: rgb(187,15,247); }
td.TdClassName
{
border-color: #BB0FF7;
}
.TagClassName
{
border-color: #BB0FF7;
}
</style>