Shades of Electric Purple #BB1BE8
Tints of Electric Purple #BB1BE8
RGB
CMYK
RGB Variations
Color information
#BB1BE8 (or 0xBB1BE8) is known color: Electric Purple. HEX triplet: BB, 1B and E8. RGB value is (187,27,232). Sum of RGB (Red+Green+Blue) = 187+27+232=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB1BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1BE8 is #44E417. Grayscale: #616161. Windows color (decimal): -4514840 or 15211451. OLE color: 15211451.
HSL color Cylindrical-coordinate representation of color #BB1BE8: hue angle of 286.83º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1BE8 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 27 | 232 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.09 |
| HSL | 286.83º | 0.82% | 0.51% | - |
| HSV(B) | 286.83º | 0.88% | 0.91% | - |
| XYZ | 35.45 | 17.17 | 77.79 | - |
| YUV | 98.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 232 | 0.19 | 0.88 | 0 | 0.09 | 286.83 | 0.82 | 0.51 |
| Hex | BB | 1B | E8 | 13 | 58 | 0 | 9 | 11F | 52 | 33 |
| Octal | 273 | 33 | 350 | 23 | 130 | 0 | 11 | 437 | 122 | 63 |
| Binary | 10111011 | 11011 | 11101000 | 10011 | 1011000 | 0 | 1001 | 100011111 | 1010010 | 110011 |
Color Harmonies of #BB1BE8
Complementary color
Monochromatic Colors of #BB1BE8
Black with #BB1BE8
Text Example
Text Example
White with #BB1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BE8; }
p { color: rgb(187,27,232); }
H1.HeaderClassName
{
color: #BB1BE8;
}
.AnyTagClassName
{
color: #BB1BE8;
}
</style>
background-color css
<style>
a { background-color: #BB1BE8; }
a { background-color: rgb(187,27,232); }
div.DivClassName
{
background-color: #BB1BE8;
}
.BgClassName
{
background-color: #BB1BE8;
}
</style>
border-color css
<style>
span { border-color: #BB1BE8; }
span { border-color: rgb(187,27,232); }
td.TdClassName
{
border-color: #BB1BE8;
}
.TagClassName
{
border-color: #BB1BE8;
}
</style>