Shades of Electric Purple #BB26F4
Tints of Electric Purple #BB26F4
RGB
CMYK
RGB Variations
Color information
#BB26F4 (or 0xBB26F4) is known color: Electric Purple. HEX triplet: BB, 26 and F4. RGB value is (187,38,244). Sum of RGB (Red+Green+Blue) = 187+38+244=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 244 (95.70% from 255 or 52.03% from 469); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB26F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26F4 is #44D90B. Grayscale: #696969. Windows color (decimal): -4512012 or 16000699. OLE color: 16000699.
HSL color Cylindrical-coordinate representation of color #BB26F4: hue angle of 283.4º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB26F4 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 38 | 244 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.04 |
| HSL | 283.4º | 0.9% | 0.55% | - |
| HSV(B) | 283.4º | 0.84% | 0.96% | - |
| XYZ | 37.52 | 18.48 | 87.18 | - |
| YUV | 106.04 | 205.86 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 244 | 0.23 | 0.84 | 0 | 0.04 | 283.4 | 0.9 | 0.55 |
| Hex | BB | 26 | F4 | 17 | 54 | 0 | 4 | 11B | 5A | 37 |
| Octal | 273 | 46 | 364 | 27 | 124 | 0 | 4 | 433 | 132 | 67 |
| Binary | 10111011 | 100110 | 11110100 | 10111 | 1010100 | 0 | 100 | 100011011 | 1011010 | 110111 |
Color Harmonies of #BB26F4
Complementary color
Monochromatic Colors of #BB26F4
Black with #BB26F4
Text Example
Text Example
White with #BB26F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB26F4; }
p { color: rgb(187,38,244); }
H1.HeaderClassName
{
color: #BB26F4;
}
.AnyTagClassName
{
color: #BB26F4;
}
</style>
background-color css
<style>
a { background-color: #BB26F4; }
a { background-color: rgb(187,38,244); }
div.DivClassName
{
background-color: #BB26F4;
}
.BgClassName
{
background-color: #BB26F4;
}
</style>
border-color css
<style>
span { border-color: #BB26F4; }
span { border-color: rgb(187,38,244); }
td.TdClassName
{
border-color: #BB26F4;
}
.TagClassName
{
border-color: #BB26F4;
}
</style>