Shades of Electric Purple #BB23ED
Tints of Electric Purple #BB23ED
RGB
CMYK
RGB Variations
Color information
#BB23ED (or 0xBB23ED) is known color: Electric Purple. HEX triplet: BB, 23 and ED. RGB value is (187,35,237). Sum of RGB (Red+Green+Blue) = 187+35+237=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23ED is #44DC12. Grayscale: #666666. Windows color (decimal): -4512787 or 15541179. OLE color: 15541179.
HSL color Cylindrical-coordinate representation of color #BB23ED: hue angle of 285.15º degrees, saturation: 0.85, 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 #BB23ED is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 35 | 237 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.07 |
| HSL | 285.15º | 0.85% | 0.53% | - |
| HSV(B) | 285.15º | 0.85% | 0.93% | - |
| XYZ | 36.38 | 17.88 | 81.65 | - |
| YUV | 103.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 237 | 0.21 | 0.85 | 0 | 0.07 | 285.15 | 0.85 | 0.53 |
| Hex | BB | 23 | ED | 15 | 55 | 0 | 7 | 11D | 55 | 35 |
| Octal | 273 | 43 | 355 | 25 | 125 | 0 | 7 | 435 | 125 | 65 |
| Binary | 10111011 | 100011 | 11101101 | 10101 | 1010101 | 0 | 111 | 100011101 | 1010101 | 110101 |
Color Harmonies of #BB23ED
Complementary color
Monochromatic Colors of #BB23ED
Black with #BB23ED
Text Example
Text Example
White with #BB23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23ED; }
p { color: rgb(187,35,237); }
H1.HeaderClassName
{
color: #BB23ED;
}
.AnyTagClassName
{
color: #BB23ED;
}
</style>
background-color css
<style>
a { background-color: #BB23ED; }
a { background-color: rgb(187,35,237); }
div.DivClassName
{
background-color: #BB23ED;
}
.BgClassName
{
background-color: #BB23ED;
}
</style>
border-color css
<style>
span { border-color: #BB23ED; }
span { border-color: rgb(187,35,237); }
td.TdClassName
{
border-color: #BB23ED;
}
.TagClassName
{
border-color: #BB23ED;
}
</style>