Shades of Electric Purple #BB23EC
Tints of Electric Purple #BB23EC
RGB
CMYK
RGB Variations
Color information
#BB23EC (or 0xBB23EC) is known color: Electric Purple. HEX triplet: BB, 23 and EC. RGB value is (187,35,236). Sum of RGB (Red+Green+Blue) = 187+35+236=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB23EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23EC is #44DC13. Grayscale: #666666. Windows color (decimal): -4512788 or 15475643. OLE color: 15475643.
HSL color Cylindrical-coordinate representation of color #BB23EC: hue angle of 285.37º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB23EC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 35 | 236 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.07 |
| HSL | 285.37º | 0.84% | 0.53% | - |
| HSV(B) | 285.37º | 0.85% | 0.93% | - |
| XYZ | 36.23 | 17.82 | 80.89 | - |
| YUV | 103.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 236 | 0.21 | 0.85 | 0 | 0.07 | 285.37 | 0.84 | 0.53 |
| Hex | BB | 23 | EC | 15 | 55 | 0 | 7 | 11D | 54 | 35 |
| Octal | 273 | 43 | 354 | 25 | 125 | 0 | 7 | 435 | 124 | 65 |
| Binary | 10111011 | 100011 | 11101100 | 10101 | 1010101 | 0 | 111 | 100011101 | 1010100 | 110101 |
Color Harmonies of #BB23EC
Complementary color
Monochromatic Colors of #BB23EC
Black with #BB23EC
Text Example
Text Example
White with #BB23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23EC; }
p { color: rgb(187,35,236); }
H1.HeaderClassName
{
color: #BB23EC;
}
.AnyTagClassName
{
color: #BB23EC;
}
</style>
background-color css
<style>
a { background-color: #BB23EC; }
a { background-color: rgb(187,35,236); }
div.DivClassName
{
background-color: #BB23EC;
}
.BgClassName
{
background-color: #BB23EC;
}
</style>
border-color css
<style>
span { border-color: #BB23EC; }
span { border-color: rgb(187,35,236); }
td.TdClassName
{
border-color: #BB23EC;
}
.TagClassName
{
border-color: #BB23EC;
}
</style>