Shades of Electric Purple #BB18FB
Tints of Electric Purple #BB18FB
RGB
CMYK
RGB Variations
Color information
#BB18FB (or 0xBB18FB) is known color: Electric Purple. HEX triplet: BB, 18 and FB. RGB value is (187,24,251). Sum of RGB (Red+Green+Blue) = 187+24+251=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB18FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB18FB is #44E704. Grayscale: #616161. Windows color (decimal): -4515589 or 16455867. OLE color: 16455867.
HSL color Cylindrical-coordinate representation of color #BB18FB: hue angle of 283.08º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB18FB is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 24 | 251 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.02 |
| HSL | 283.08º | 0.97% | 0.54% | - |
| HSV(B) | 283.08º | 0.9% | 0.98% | - |
| XYZ | 38.23 | 18.18 | 92.76 | - |
| YUV | 98.62 | 214 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 251 | 0.25 | 0.90 | 0 | 0.02 | 283.08 | 0.97 | 0.54 |
| Hex | BB | 18 | FB | 19 | 5A | 0 | 2 | 11B | 61 | 36 |
| Octal | 273 | 30 | 373 | 31 | 132 | 0 | 2 | 433 | 141 | 66 |
| Binary | 10111011 | 11000 | 11111011 | 11001 | 1011010 | 0 | 10 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BB18FB
Complementary color
Monochromatic Colors of #BB18FB
Black with #BB18FB
Text Example
Text Example
White with #BB18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18FB; }
p { color: rgb(187,24,251); }
H1.HeaderClassName
{
color: #BB18FB;
}
.AnyTagClassName
{
color: #BB18FB;
}
</style>
background-color css
<style>
a { background-color: #BB18FB; }
a { background-color: rgb(187,24,251); }
div.DivClassName
{
background-color: #BB18FB;
}
.BgClassName
{
background-color: #BB18FB;
}
</style>
border-color css
<style>
span { border-color: #BB18FB; }
span { border-color: rgb(187,24,251); }
td.TdClassName
{
border-color: #BB18FB;
}
.TagClassName
{
border-color: #BB18FB;
}
</style>