Shades of Electric Purple #BB11F4
Tints of Electric Purple #BB11F4
RGB
CMYK
RGB Variations
Color information
#BB11F4 (or 0xBB11F4) is known color: Electric Purple. HEX triplet: BB, 11 and F4. RGB value is (187,17,244). Sum of RGB (Red+Green+Blue) = 187+17+244=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 17 (7.03% from 255 or 3.79% from 448); Blue value is 244 (95.70% from 255 or 54.46% from 448); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB11F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11F4 is #44EE0B. Grayscale: #5C5C5C. Windows color (decimal): -4517388 or 15995323. OLE color: 15995323.
HSL color Cylindrical-coordinate representation of color #BB11F4: hue angle of 284.93º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB11F4 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 17 | 244 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.04 |
| HSL | 284.93º | 0.91% | 0.51% | - |
| HSV(B) | 284.93º | 0.93% | 0.96% | - |
| XYZ | 37.02 | 17.5 | 87.01 | - |
| YUV | 93.71 | 212.82 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 244 | 0.23 | 0.93 | 0 | 0.04 | 284.93 | 0.91 | 0.51 |
| Hex | BB | 11 | F4 | 17 | 5D | 0 | 4 | 11D | 5B | 33 |
| Octal | 273 | 21 | 364 | 27 | 135 | 0 | 4 | 435 | 133 | 63 |
| Binary | 10111011 | 10001 | 11110100 | 10111 | 1011101 | 0 | 100 | 100011101 | 1011011 | 110011 |
Color Harmonies of #BB11F4
Complementary color
Monochromatic Colors of #BB11F4
Black with #BB11F4
Text Example
Text Example
White with #BB11F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB11F4; }
p { color: rgb(187,17,244); }
H1.HeaderClassName
{
color: #BB11F4;
}
.AnyTagClassName
{
color: #BB11F4;
}
</style>
background-color css
<style>
a { background-color: #BB11F4; }
a { background-color: rgb(187,17,244); }
div.DivClassName
{
background-color: #BB11F4;
}
.BgClassName
{
background-color: #BB11F4;
}
</style>
border-color css
<style>
span { border-color: #BB11F4; }
span { border-color: rgb(187,17,244); }
td.TdClassName
{
border-color: #BB11F4;
}
.TagClassName
{
border-color: #BB11F4;
}
</style>