Shades of Electric Purple #BB30FE
Tints of Electric Purple #BB30FE
RGB
CMYK
RGB Variations
Color information
#BB30FE (or 0xBB30FE) is known color: Electric Purple. HEX triplet: BB, 30 and FE. RGB value is (187,48,254). Sum of RGB (Red+Green+Blue) = 187+48+254=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB30FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30FE is #44CF01. Grayscale: #707070. Windows color (decimal): -4509442 or 16658619. OLE color: 16658619.
HSL color Cylindrical-coordinate representation of color #BB30FE: hue angle of 280.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB30FE is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 48 | 254 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.00 |
| HSL | 280.49º | 0.99% | 0.59% | - |
| HSV(B) | 280.49º | 0.81% | 1% | - |
| XYZ | 39.44 | 19.83 | 95.52 | - |
| YUV | 113.05 | 207.55 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 254 | 0.26 | 0.81 | 0 | 0.00 | 280.49 | 0.99 | 0.59 |
| Hex | BB | 30 | FE | 1A | 51 | 0 | 0 | 118 | 63 | 3B |
| Octal | 273 | 60 | 376 | 32 | 121 | 0 | 0 | 430 | 143 | 73 |
| Binary | 10111011 | 110000 | 11111110 | 11010 | 1010001 | 0 | 0 | 100011000 | 1100011 | 111011 |
Color Harmonies of #BB30FE
Complementary color
Monochromatic Colors of #BB30FE
Black with #BB30FE
Text Example
Text Example
White with #BB30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30FE; }
p { color: rgb(187,48,254); }
H1.HeaderClassName
{
color: #BB30FE;
}
.AnyTagClassName
{
color: #BB30FE;
}
</style>
background-color css
<style>
a { background-color: #BB30FE; }
a { background-color: rgb(187,48,254); }
div.DivClassName
{
background-color: #BB30FE;
}
.BgClassName
{
background-color: #BB30FE;
}
</style>
border-color css
<style>
span { border-color: #BB30FE; }
span { border-color: rgb(187,48,254); }
td.TdClassName
{
border-color: #BB30FE;
}
.TagClassName
{
border-color: #BB30FE;
}
</style>