Shades of Electric Purple #BB18FE
Tints of Electric Purple #BB18FE
RGB
CMYK
RGB Variations
Color information
#BB18FE (or 0xBB18FE) is known color: Electric Purple. HEX triplet: BB, 18 and FE. RGB value is (187,24,254). Sum of RGB (Red+Green+Blue) = 187+24+254=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB18FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB18FE is #44E701. Grayscale: #626262. Windows color (decimal): -4515586 or 16652475. OLE color: 16652475.
HSL color Cylindrical-coordinate representation of color #BB18FE: hue angle of 282.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB18FE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 24 | 254 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.00 |
| HSL | 282.52º | 0.99% | 0.55% | - |
| HSV(B) | 282.52º | 0.91% | 1% | - |
| XYZ | 38.71 | 18.37 | 95.27 | - |
| YUV | 98.96 | 215.5 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 254 | 0.26 | 0.91 | 0 | 0.00 | 282.52 | 0.99 | 0.55 |
| Hex | BB | 18 | FE | 1A | 5B | 0 | 0 | 11B | 63 | 37 |
| Octal | 273 | 30 | 376 | 32 | 133 | 0 | 0 | 433 | 143 | 67 |
| Binary | 10111011 | 11000 | 11111110 | 11010 | 1011011 | 0 | 0 | 100011011 | 1100011 | 110111 |
Color Harmonies of #BB18FE
Complementary color
Monochromatic Colors of #BB18FE
Black with #BB18FE
Text Example
Text Example
White with #BB18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18FE; }
p { color: rgb(187,24,254); }
H1.HeaderClassName
{
color: #BB18FE;
}
.AnyTagClassName
{
color: #BB18FE;
}
</style>
background-color css
<style>
a { background-color: #BB18FE; }
a { background-color: rgb(187,24,254); }
div.DivClassName
{
background-color: #BB18FE;
}
.BgClassName
{
background-color: #BB18FE;
}
</style>
border-color css
<style>
span { border-color: #BB18FE; }
span { border-color: rgb(187,24,254); }
td.TdClassName
{
border-color: #BB18FE;
}
.TagClassName
{
border-color: #BB18FE;
}
</style>