Shades of Electric Purple #BB1CE9
Tints of Electric Purple #BB1CE9
RGB
CMYK
RGB Variations
Color information
#BB1CE9 (or 0xBB1CE9) is known color: Electric Purple. HEX triplet: BB, 1C and E9. RGB value is (187,28,233). Sum of RGB (Red+Green+Blue) = 187+28+233=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB1CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1CE9 is #44E316. Grayscale: #626262. Windows color (decimal): -4514583 or 15277243. OLE color: 15277243.
HSL color Cylindrical-coordinate representation of color #BB1CE9: hue angle of 286.54º 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 #BB1CE9 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 28 | 233 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.09 |
| HSL | 286.54º | 0.82% | 0.51% | - |
| HSV(B) | 286.54º | 0.88% | 0.91% | - |
| XYZ | 35.62 | 17.28 | 78.55 | - |
| YUV | 98.91 | 203.68 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 233 | 0.20 | 0.88 | 0 | 0.09 | 286.54 | 0.82 | 0.51 |
| Hex | BB | 1C | E9 | 14 | 58 | 0 | 9 | 11F | 52 | 33 |
| Octal | 273 | 34 | 351 | 24 | 130 | 0 | 11 | 437 | 122 | 63 |
| Binary | 10111011 | 11100 | 11101001 | 10100 | 1011000 | 0 | 1001 | 100011111 | 1010010 | 110011 |
Color Harmonies of #BB1CE9
Complementary color
Monochromatic Colors of #BB1CE9
Black with #BB1CE9
Text Example
Text Example
White with #BB1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CE9; }
p { color: rgb(187,28,233); }
H1.HeaderClassName
{
color: #BB1CE9;
}
.AnyTagClassName
{
color: #BB1CE9;
}
</style>
background-color css
<style>
a { background-color: #BB1CE9; }
a { background-color: rgb(187,28,233); }
div.DivClassName
{
background-color: #BB1CE9;
}
.BgClassName
{
background-color: #BB1CE9;
}
</style>
border-color css
<style>
span { border-color: #BB1CE9; }
span { border-color: rgb(187,28,233); }
td.TdClassName
{
border-color: #BB1CE9;
}
.TagClassName
{
border-color: #BB1CE9;
}
</style>