Shades of Electric Purple #BB21F1
Tints of Electric Purple #BB21F1
RGB
CMYK
RGB Variations
Color information
#BB21F1 (or 0xBB21F1) is known color: Electric Purple. HEX triplet: BB, 21 and F1. RGB value is (187,33,241). Sum of RGB (Red+Green+Blue) = 187+33+241=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB21F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB21F1 is #44DE0E. Grayscale: #666666. Windows color (decimal): -4513295 or 15802811. OLE color: 15802811.
HSL color Cylindrical-coordinate representation of color #BB21F1: hue angle of 284.42º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB21F1 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 33 | 241 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.05 |
| HSL | 284.42º | 0.88% | 0.54% | - |
| HSV(B) | 284.42º | 0.86% | 0.95% | - |
| XYZ | 36.91 | 18 | 84.75 | - |
| YUV | 102.76 | 206.02 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 241 | 0.22 | 0.86 | 0 | 0.05 | 284.42 | 0.88 | 0.54 |
| Hex | BB | 21 | F1 | 16 | 56 | 0 | 5 | 11C | 58 | 36 |
| Octal | 273 | 41 | 361 | 26 | 126 | 0 | 5 | 434 | 130 | 66 |
| Binary | 10111011 | 100001 | 11110001 | 10110 | 1010110 | 0 | 101 | 100011100 | 1011000 | 110110 |
Color Harmonies of #BB21F1
Complementary color
Monochromatic Colors of #BB21F1
Black with #BB21F1
Text Example
Text Example
White with #BB21F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB21F1; }
p { color: rgb(187,33,241); }
H1.HeaderClassName
{
color: #BB21F1;
}
.AnyTagClassName
{
color: #BB21F1;
}
</style>
background-color css
<style>
a { background-color: #BB21F1; }
a { background-color: rgb(187,33,241); }
div.DivClassName
{
background-color: #BB21F1;
}
.BgClassName
{
background-color: #BB21F1;
}
</style>
border-color css
<style>
span { border-color: #BB21F1; }
span { border-color: rgb(187,33,241); }
td.TdClassName
{
border-color: #BB21F1;
}
.TagClassName
{
border-color: #BB21F1;
}
</style>