Shades of Electric Purple #BB1BE3
Tints of Electric Purple #BB1BE3
RGB
CMYK
RGB Variations
Color information
#BB1BE3 (or 0xBB1BE3) is known color: Electric Purple. HEX triplet: BB, 1B and E3. RGB value is (187,27,227). Sum of RGB (Red+Green+Blue) = 187+27+227=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 227 (89.06% from 255 or 51.47% from 441); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB1BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BE3 is #44E41C. Grayscale: #616161. Windows color (decimal): -4514845 or 14883771. OLE color: 14883771.
HSL color Cylindrical-coordinate representation of color #BB1BE3: hue angle of 288º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1BE3 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 27 | 227 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.11 |
| HSL | 288º | 0.79% | 0.5% | - |
| HSV(B) | 288º | 0.88% | 0.89% | - |
| XYZ | 34.75 | 16.89 | 74.1 | - |
| YUV | 97.64 | 201.01 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 227 | 0.18 | 0.88 | 0 | 0.11 | 288 | 0.79 | 0.5 |
| Hex | BB | 1B | E3 | 12 | 58 | 0 | B | 120 | 4F | 32 |
| Octal | 273 | 33 | 343 | 22 | 130 | 0 | 13 | 440 | 117 | 62 |
| Binary | 10111011 | 11011 | 11100011 | 10010 | 1011000 | 0 | 1011 | 100100000 | 1001111 | 110010 |
Color Harmonies of #BB1BE3
Complementary color
Monochromatic Colors of #BB1BE3
Black with #BB1BE3
Text Example
Text Example
White with #BB1BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BE3; }
p { color: rgb(187,27,227); }
H1.HeaderClassName
{
color: #BB1BE3;
}
.AnyTagClassName
{
color: #BB1BE3;
}
</style>
background-color css
<style>
a { background-color: #BB1BE3; }
a { background-color: rgb(187,27,227); }
div.DivClassName
{
background-color: #BB1BE3;
}
.BgClassName
{
background-color: #BB1BE3;
}
</style>
border-color css
<style>
span { border-color: #BB1BE3; }
span { border-color: rgb(187,27,227); }
td.TdClassName
{
border-color: #BB1BE3;
}
.TagClassName
{
border-color: #BB1BE3;
}
</style>