Shades of Electric Purple #BB30F7
Tints of Electric Purple #BB30F7
RGB
CMYK
RGB Variations
Color information
#BB30F7 (or 0xBB30F7) is known color: Electric Purple. HEX triplet: BB, 30 and F7. RGB value is (187,48,247). Sum of RGB (Red+Green+Blue) = 187+48+247=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB30F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30F7 is #44CF08. Grayscale: #6F6F6F. Windows color (decimal): -4509449 or 16199867. OLE color: 16199867.
HSL color Cylindrical-coordinate representation of color #BB30F7: hue angle of 281.91º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB30F7 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 48 | 247 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.03 |
| HSL | 281.91º | 0.93% | 0.58% | - |
| HSV(B) | 281.91º | 0.81% | 0.97% | - |
| XYZ | 38.34 | 19.39 | 89.72 | - |
| YUV | 112.25 | 204.05 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 247 | 0.24 | 0.81 | 0 | 0.03 | 281.91 | 0.93 | 0.58 |
| Hex | BB | 30 | F7 | 18 | 51 | 0 | 3 | 11A | 5D | 3A |
| Octal | 273 | 60 | 367 | 30 | 121 | 0 | 3 | 432 | 135 | 72 |
| Binary | 10111011 | 110000 | 11110111 | 11000 | 1010001 | 0 | 11 | 100011010 | 1011101 | 111010 |
Color Harmonies of #BB30F7
Complementary color
Monochromatic Colors of #BB30F7
Black with #BB30F7
Text Example
Text Example
White with #BB30F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30F7; }
p { color: rgb(187,48,247); }
H1.HeaderClassName
{
color: #BB30F7;
}
.AnyTagClassName
{
color: #BB30F7;
}
</style>
background-color css
<style>
a { background-color: #BB30F7; }
a { background-color: rgb(187,48,247); }
div.DivClassName
{
background-color: #BB30F7;
}
.BgClassName
{
background-color: #BB30F7;
}
</style>
border-color css
<style>
span { border-color: #BB30F7; }
span { border-color: rgb(187,48,247); }
td.TdClassName
{
border-color: #BB30F7;
}
.TagClassName
{
border-color: #BB30F7;
}
</style>