Shades of Electric Purple #BB00FF
Tints of Electric Purple #BB00FF
RGB
CMYK
RGB Variations
Color information
#BB00FF (or 0xBB00FF) is known color: Electric Purple. HEX triplet: BB, 00 and FF. RGB value is (187,0,255). Sum of RGB (Red+Green+Blue) = 187+0+255=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB00FF is #44FF00. Grayscale: #545454. Windows color (decimal): -4521729 or 16711867. OLE color: 16711867.
HSL color Cylindrical-coordinate representation of color #BB00FF: hue angle of 284º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00FF is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 0 | 255 | - |
| CMYK | 0.27 | 1 | 0 | 0 |
| HSL | 284º | 1% | 0.5% | - |
| HSV(B) | 284º | 1% | 1% | - |
| XYZ | 38.54 | 17.78 | 96.01 | - |
| YUV | 84.98 | 223.95 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 255 | 0.27 | 1 | 0 | 0 | 284 | 1 | 0.5 |
| Hex | BB | 0 | FF | 1B | 64 | 0 | 0 | 11C | 64 | 32 |
| Octal | 273 | 0 | 377 | 33 | 144 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111011 | 0 | 11111111 | 11011 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BB00FF
Complementary color
Monochromatic Colors of #BB00FF
Black with #BB00FF
Text Example
Text Example
White with #BB00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00FF; }
p { color: rgb(187,0,255); }
H1.HeaderClassName
{
color: #BB00FF;
}
.AnyTagClassName
{
color: #BB00FF;
}
</style>
background-color css
<style>
a { background-color: #BB00FF; }
a { background-color: rgb(187,0,255); }
div.DivClassName
{
background-color: #BB00FF;
}
.BgClassName
{
background-color: #BB00FF;
}
</style>
border-color css
<style>
span { border-color: #BB00FF; }
span { border-color: rgb(187,0,255); }
td.TdClassName
{
border-color: #BB00FF;
}
.TagClassName
{
border-color: #BB00FF;
}
</style>