Shades of Electric Purple #BB00F1
Tints of Electric Purple #BB00F1
RGB
CMYK
RGB Variations
Color information
#BB00F1 (or 0xBB00F1) is known color: Electric Purple. HEX triplet: BB, 00 and F1. RGB value is (187,0,241). Sum of RGB (Red+Green+Blue) = 187+0+241=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB00F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB00F1 is #44FF0E. Grayscale: #525252. Windows color (decimal): -4521743 or 15794363. OLE color: 15794363.
HSL color Cylindrical-coordinate representation of color #BB00F1: hue angle of 286.56º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00F1 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 0 | 241 | - |
| CMYK | 0.22 | 1 | 0 | 0.05 |
| HSL | 286.56º | 1% | 0.47% | - |
| HSV(B) | 286.56º | 1% | 0.95% | - |
| XYZ | 36.37 | 16.92 | 84.57 | - |
| YUV | 83.39 | 216.95 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 241 | 0.22 | 1 | 0 | 0.05 | 286.56 | 1 | 0.47 |
| Hex | BB | 0 | F1 | 16 | 64 | 0 | 5 | 11F | 64 | 2F |
| Octal | 273 | 0 | 361 | 26 | 144 | 0 | 5 | 437 | 144 | 57 |
| Binary | 10111011 | 0 | 11110001 | 10110 | 1100100 | 0 | 101 | 100011111 | 1100100 | 101111 |
Color Harmonies of #BB00F1
Complementary color
Monochromatic Colors of #BB00F1
Black with #BB00F1
Text Example
Text Example
White with #BB00F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00F1; }
p { color: rgb(187,0,241); }
H1.HeaderClassName
{
color: #BB00F1;
}
.AnyTagClassName
{
color: #BB00F1;
}
</style>
background-color css
<style>
a { background-color: #BB00F1; }
a { background-color: rgb(187,0,241); }
div.DivClassName
{
background-color: #BB00F1;
}
.BgClassName
{
background-color: #BB00F1;
}
</style>
border-color css
<style>
span { border-color: #BB00F1; }
span { border-color: rgb(187,0,241); }
td.TdClassName
{
border-color: #BB00F1;
}
.TagClassName
{
border-color: #BB00F1;
}
</style>