Shades of Electric Purple #BB2CEF
Tints of Electric Purple #BB2CEF
RGB
CMYK
RGB Variations
Color information
#BB2CEF (or 0xBB2CEF) is known color: Electric Purple. HEX triplet: BB, 2C and EF. RGB value is (187,44,239). Sum of RGB (Red+Green+Blue) = 187+44+239=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2CEF is #44D310. Grayscale: #6C6C6C. Windows color (decimal): -4510481 or 15674555. OLE color: 15674555.
HSL color Cylindrical-coordinate representation of color #BB2CEF: hue angle of 284º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2CEF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 44 | 239 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.06 |
| HSL | 284º | 0.86% | 0.55% | - |
| HSV(B) | 284º | 0.82% | 0.94% | - |
| XYZ | 36.97 | 18.6 | 83.3 | - |
| YUV | 108.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 239 | 0.22 | 0.82 | 0 | 0.06 | 284 | 0.86 | 0.55 |
| Hex | BB | 2C | EF | 16 | 52 | 0 | 6 | 11C | 56 | 37 |
| Octal | 273 | 54 | 357 | 26 | 122 | 0 | 6 | 434 | 126 | 67 |
| Binary | 10111011 | 101100 | 11101111 | 10110 | 1010010 | 0 | 110 | 100011100 | 1010110 | 110111 |
Color Harmonies of #BB2CEF
Complementary color
Monochromatic Colors of #BB2CEF
Black with #BB2CEF
Text Example
Text Example
White with #BB2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2CEF; }
p { color: rgb(187,44,239); }
H1.HeaderClassName
{
color: #BB2CEF;
}
.AnyTagClassName
{
color: #BB2CEF;
}
</style>
background-color css
<style>
a { background-color: #BB2CEF; }
a { background-color: rgb(187,44,239); }
div.DivClassName
{
background-color: #BB2CEF;
}
.BgClassName
{
background-color: #BB2CEF;
}
</style>
border-color css
<style>
span { border-color: #BB2CEF; }
span { border-color: rgb(187,44,239); }
td.TdClassName
{
border-color: #BB2CEF;
}
.TagClassName
{
border-color: #BB2CEF;
}
</style>