Shades of Electric Purple #BB02FB
Tints of Electric Purple #BB02FB
RGB
CMYK
RGB Variations
Color information
#BB02FB (or 0xBB02FB) is known color: Electric Purple. HEX triplet: BB, 02 and FB. RGB value is (187,2,251). Sum of RGB (Red+Green+Blue) = 187+2+251=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB02FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB02FB is #44FD04. Grayscale: #545454. Windows color (decimal): -4521221 or 16450235. OLE color: 16450235.
HSL color Cylindrical-coordinate representation of color #BB02FB: hue angle of 284.58º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02FB is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 2 | 251 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.02 |
| HSL | 284.58º | 0.98% | 0.5% | - |
| HSV(B) | 284.58º | 0.99% | 0.98% | - |
| XYZ | 37.93 | 17.57 | 92.66 | - |
| YUV | 85.7 | 221.29 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 251 | 0.25 | 0.99 | 0 | 0.02 | 284.58 | 0.98 | 0.5 |
| Hex | BB | 2 | FB | 19 | 63 | 0 | 2 | 11D | 62 | 32 |
| Octal | 273 | 2 | 373 | 31 | 143 | 0 | 2 | 435 | 142 | 62 |
| Binary | 10111011 | 10 | 11111011 | 11001 | 1100011 | 0 | 10 | 100011101 | 1100010 | 110010 |
Color Harmonies of #BB02FB
Complementary color
Monochromatic Colors of #BB02FB
Black with #BB02FB
Text Example
Text Example
White with #BB02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02FB; }
p { color: rgb(187,2,251); }
H1.HeaderClassName
{
color: #BB02FB;
}
.AnyTagClassName
{
color: #BB02FB;
}
</style>
background-color css
<style>
a { background-color: #BB02FB; }
a { background-color: rgb(187,2,251); }
div.DivClassName
{
background-color: #BB02FB;
}
.BgClassName
{
background-color: #BB02FB;
}
</style>
border-color css
<style>
span { border-color: #BB02FB; }
span { border-color: rgb(187,2,251); }
td.TdClassName
{
border-color: #BB02FB;
}
.TagClassName
{
border-color: #BB02FB;
}
</style>