Shades of Electric Purple #BB10FA
Tints of Electric Purple #BB10FA
RGB
CMYK
RGB Variations
Color information
#BB10FA (or 0xBB10FA) is known color: Electric Purple. HEX triplet: BB, 10 and FA. RGB value is (187,16,250). Sum of RGB (Red+Green+Blue) = 187+16+250=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10FA is #44EF05. Grayscale: #5D5D5D. Windows color (decimal): -4517638 or 16388283. OLE color: 16388283.
HSL color Cylindrical-coordinate representation of color #BB10FA: hue angle of 283.85º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB10FA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 16 | 250 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.02 |
| HSL | 283.85º | 0.96% | 0.52% | - |
| HSV(B) | 283.85º | 0.94% | 0.98% | - |
| XYZ | 37.93 | 17.84 | 91.89 | - |
| YUV | 93.81 | 216.15 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 250 | 0.25 | 0.94 | 0 | 0.02 | 283.85 | 0.96 | 0.52 |
| Hex | BB | 10 | FA | 19 | 5E | 0 | 2 | 11C | 60 | 34 |
| Octal | 273 | 20 | 372 | 31 | 136 | 0 | 2 | 434 | 140 | 64 |
| Binary | 10111011 | 10000 | 11111010 | 11001 | 1011110 | 0 | 10 | 100011100 | 1100000 | 110100 |
Color Harmonies of #BB10FA
Complementary color
Monochromatic Colors of #BB10FA
Black with #BB10FA
Text Example
Text Example
White with #BB10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10FA; }
p { color: rgb(187,16,250); }
H1.HeaderClassName
{
color: #BB10FA;
}
.AnyTagClassName
{
color: #BB10FA;
}
</style>
background-color css
<style>
a { background-color: #BB10FA; }
a { background-color: rgb(187,16,250); }
div.DivClassName
{
background-color: #BB10FA;
}
.BgClassName
{
background-color: #BB10FA;
}
</style>
border-color css
<style>
span { border-color: #BB10FA; }
span { border-color: rgb(187,16,250); }
td.TdClassName
{
border-color: #BB10FA;
}
.TagClassName
{
border-color: #BB10FA;
}
</style>