Shades of Electric Purple #BB16FA
Tints of Electric Purple #BB16FA
RGB
CMYK
RGB Variations
Color information
#BB16FA (or 0xBB16FA) is known color: Electric Purple. HEX triplet: BB, 16 and FA. RGB value is (187,22,250). Sum of RGB (Red+Green+Blue) = 187+22+250=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB16FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB16FA is #44E905. Grayscale: #606060. Windows color (decimal): -4516102 or 16389819. OLE color: 16389819.
HSL color Cylindrical-coordinate representation of color #BB16FA: hue angle of 283.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB16FA is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 22 | 250 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.02 |
| HSL | 283.42º | 0.96% | 0.53% | - |
| HSV(B) | 283.42º | 0.91% | 0.98% | - |
| XYZ | 38.04 | 18.04 | 91.92 | - |
| YUV | 97.33 | 214.16 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 250 | 0.25 | 0.91 | 0 | 0.02 | 283.42 | 0.96 | 0.53 |
| Hex | BB | 16 | FA | 19 | 5B | 0 | 2 | 11B | 60 | 35 |
| Octal | 273 | 26 | 372 | 31 | 133 | 0 | 2 | 433 | 140 | 65 |
| Binary | 10111011 | 10110 | 11111010 | 11001 | 1011011 | 0 | 10 | 100011011 | 1100000 | 110101 |
Color Harmonies of #BB16FA
Complementary color
Monochromatic Colors of #BB16FA
Black with #BB16FA
Text Example
Text Example
White with #BB16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16FA; }
p { color: rgb(187,22,250); }
H1.HeaderClassName
{
color: #BB16FA;
}
.AnyTagClassName
{
color: #BB16FA;
}
</style>
background-color css
<style>
a { background-color: #BB16FA; }
a { background-color: rgb(187,22,250); }
div.DivClassName
{
background-color: #BB16FA;
}
.BgClassName
{
background-color: #BB16FA;
}
</style>
border-color css
<style>
span { border-color: #BB16FA; }
span { border-color: rgb(187,22,250); }
td.TdClassName
{
border-color: #BB16FA;
}
.TagClassName
{
border-color: #BB16FA;
}
</style>