Shades of Electric Purple #BB20F1
Tints of Electric Purple #BB20F1
RGB
CMYK
RGB Variations
Color information
#BB20F1 (or 0xBB20F1) is known color: Electric Purple. HEX triplet: BB, 20 and F1. RGB value is (187,32,241). Sum of RGB (Red+Green+Blue) = 187+32+241=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20F1 is #44DF0E. Grayscale: #656565. Windows color (decimal): -4513551 or 15802555. OLE color: 15802555.
HSL color Cylindrical-coordinate representation of color #BB20F1: hue angle of 284.5º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB20F1 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 32 | 241 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.05 |
| HSL | 284.5º | 0.88% | 0.54% | - |
| HSV(B) | 284.5º | 0.87% | 0.95% | - |
| XYZ | 36.89 | 17.95 | 84.74 | - |
| YUV | 102.17 | 206.35 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 241 | 0.22 | 0.87 | 0 | 0.05 | 284.5 | 0.88 | 0.54 |
| Hex | BB | 20 | F1 | 16 | 57 | 0 | 5 | 11C | 58 | 36 |
| Octal | 273 | 40 | 361 | 26 | 127 | 0 | 5 | 434 | 130 | 66 |
| Binary | 10111011 | 100000 | 11110001 | 10110 | 1010111 | 0 | 101 | 100011100 | 1011000 | 110110 |
Color Harmonies of #BB20F1
Complementary color
Monochromatic Colors of #BB20F1
Black with #BB20F1
Text Example
Text Example
White with #BB20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB20F1; }
p { color: rgb(187,32,241); }
H1.HeaderClassName
{
color: #BB20F1;
}
.AnyTagClassName
{
color: #BB20F1;
}
</style>
background-color css
<style>
a { background-color: #BB20F1; }
a { background-color: rgb(187,32,241); }
div.DivClassName
{
background-color: #BB20F1;
}
.BgClassName
{
background-color: #BB20F1;
}
</style>
border-color css
<style>
span { border-color: #BB20F1; }
span { border-color: rgb(187,32,241); }
td.TdClassName
{
border-color: #BB20F1;
}
.TagClassName
{
border-color: #BB20F1;
}
</style>