Shades of Electric Purple #BB24F1
Tints of Electric Purple #BB24F1
RGB
CMYK
RGB Variations
Color information
#BB24F1 (or 0xBB24F1) is known color: Electric Purple. HEX triplet: BB, 24 and F1. RGB value is (187,36,241). Sum of RGB (Red+Green+Blue) = 187+36+241=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB24F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB24F1 is #44DB0E. Grayscale: #676767. Windows color (decimal): -4512527 or 15803579. OLE color: 15803579.
HSL color Cylindrical-coordinate representation of color #BB24F1: hue angle of 284.2º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB24F1 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 36 | 241 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.05 |
| HSL | 284.2º | 0.88% | 0.54% | - |
| HSV(B) | 284.2º | 0.85% | 0.95% | - |
| XYZ | 37 | 18.18 | 84.78 | - |
| YUV | 104.52 | 205.03 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 241 | 0.22 | 0.85 | 0 | 0.05 | 284.2 | 0.88 | 0.54 |
| Hex | BB | 24 | F1 | 16 | 55 | 0 | 5 | 11C | 58 | 36 |
| Octal | 273 | 44 | 361 | 26 | 125 | 0 | 5 | 434 | 130 | 66 |
| Binary | 10111011 | 100100 | 11110001 | 10110 | 1010101 | 0 | 101 | 100011100 | 1011000 | 110110 |
Color Harmonies of #BB24F1
Complementary color
Monochromatic Colors of #BB24F1
Black with #BB24F1
Text Example
Text Example
White with #BB24F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24F1; }
p { color: rgb(187,36,241); }
H1.HeaderClassName
{
color: #BB24F1;
}
.AnyTagClassName
{
color: #BB24F1;
}
</style>
background-color css
<style>
a { background-color: #BB24F1; }
a { background-color: rgb(187,36,241); }
div.DivClassName
{
background-color: #BB24F1;
}
.BgClassName
{
background-color: #BB24F1;
}
</style>
border-color css
<style>
span { border-color: #BB24F1; }
span { border-color: rgb(187,36,241); }
td.TdClassName
{
border-color: #BB24F1;
}
.TagClassName
{
border-color: #BB24F1;
}
</style>