Shades of Electric Purple #BB1BEB
Tints of Electric Purple #BB1BEB
RGB
CMYK
RGB Variations
Color information
#BB1BEB (or 0xBB1BEB) is known color: Electric Purple. HEX triplet: BB, 1B and EB. RGB value is (187,27,235). Sum of RGB (Red+Green+Blue) = 187+27+235=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB1BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1BEB is #44E414. Grayscale: #616161. Windows color (decimal): -4514837 or 15408059. OLE color: 15408059.
HSL color Cylindrical-coordinate representation of color #BB1BEB: hue angle of 286.15º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1BEB is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 27 | 235 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.08 |
| HSL | 286.15º | 0.84% | 0.51% | - |
| HSV(B) | 286.15º | 0.89% | 0.92% | - |
| XYZ | 35.88 | 17.35 | 80.05 | - |
| YUV | 98.55 | 205.01 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 235 | 0.20 | 0.89 | 0 | 0.08 | 286.15 | 0.84 | 0.51 |
| Hex | BB | 1B | EB | 14 | 59 | 0 | 8 | 11E | 54 | 33 |
| Octal | 273 | 33 | 353 | 24 | 131 | 0 | 10 | 436 | 124 | 63 |
| Binary | 10111011 | 11011 | 11101011 | 10100 | 1011001 | 0 | 1000 | 100011110 | 1010100 | 110011 |
Color Harmonies of #BB1BEB
Complementary color
Monochromatic Colors of #BB1BEB
Black with #BB1BEB
Text Example
Text Example
White with #BB1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BEB; }
p { color: rgb(187,27,235); }
H1.HeaderClassName
{
color: #BB1BEB;
}
.AnyTagClassName
{
color: #BB1BEB;
}
</style>
background-color css
<style>
a { background-color: #BB1BEB; }
a { background-color: rgb(187,27,235); }
div.DivClassName
{
background-color: #BB1BEB;
}
.BgClassName
{
background-color: #BB1BEB;
}
</style>
border-color css
<style>
span { border-color: #BB1BEB; }
span { border-color: rgb(187,27,235); }
td.TdClassName
{
border-color: #BB1BEB;
}
.TagClassName
{
border-color: #BB1BEB;
}
</style>