Shades of Electric Purple #BB24FA
Tints of Electric Purple #BB24FA
RGB
CMYK
RGB Variations
Color information
#BB24FA (or 0xBB24FA) is known color: Electric Purple. HEX triplet: BB, 24 and FA. RGB value is (187,36,250). Sum of RGB (Red+Green+Blue) = 187+36+250=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB24FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB24FA is #44DB05. Grayscale: #686868. Windows color (decimal): -4512518 or 16393403. OLE color: 16393403.
HSL color Cylindrical-coordinate representation of color #BB24FA: hue angle of 282.34º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB24FA is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 36 | 250 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.02 |
| HSL | 282.34º | 0.96% | 0.56% | - |
| HSV(B) | 282.34º | 0.86% | 0.98% | - |
| XYZ | 38.38 | 18.73 | 92.03 | - |
| YUV | 105.55 | 209.53 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 250 | 0.25 | 0.86 | 0 | 0.02 | 282.34 | 0.96 | 0.56 |
| Hex | BB | 24 | FA | 19 | 56 | 0 | 2 | 11A | 60 | 38 |
| Octal | 273 | 44 | 372 | 31 | 126 | 0 | 2 | 432 | 140 | 70 |
| Binary | 10111011 | 100100 | 11111010 | 11001 | 1010110 | 0 | 10 | 100011010 | 1100000 | 111000 |
Color Harmonies of #BB24FA
Complementary color
Monochromatic Colors of #BB24FA
Black with #BB24FA
Text Example
Text Example
White with #BB24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24FA; }
p { color: rgb(187,36,250); }
H1.HeaderClassName
{
color: #BB24FA;
}
.AnyTagClassName
{
color: #BB24FA;
}
</style>
background-color css
<style>
a { background-color: #BB24FA; }
a { background-color: rgb(187,36,250); }
div.DivClassName
{
background-color: #BB24FA;
}
.BgClassName
{
background-color: #BB24FA;
}
</style>
border-color css
<style>
span { border-color: #BB24FA; }
span { border-color: rgb(187,36,250); }
td.TdClassName
{
border-color: #BB24FA;
}
.TagClassName
{
border-color: #BB24FA;
}
</style>