Shades of Electric Purple #BB23E7
Tints of Electric Purple #BB23E7
RGB
CMYK
RGB Variations
Color information
#BB23E7 (or 0xBB23E7) is known color: Electric Purple. HEX triplet: BB, 23 and E7. RGB value is (187,35,231). Sum of RGB (Red+Green+Blue) = 187+35+231=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB23E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23E7 is #44DC18. Grayscale: #666666. Windows color (decimal): -4512793 or 15147963. OLE color: 15147963.
HSL color Cylindrical-coordinate representation of color #BB23E7: hue angle of 286.53º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB23E7 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 35 | 231 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.09 |
| HSL | 286.53º | 0.8% | 0.52% | - |
| HSV(B) | 286.53º | 0.85% | 0.91% | - |
| XYZ | 35.52 | 17.54 | 77.11 | - |
| YUV | 102.79 | 200.36 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 231 | 0.19 | 0.85 | 0 | 0.09 | 286.53 | 0.8 | 0.52 |
| Hex | BB | 23 | E7 | 13 | 55 | 0 | 9 | 11F | 50 | 34 |
| Octal | 273 | 43 | 347 | 23 | 125 | 0 | 11 | 437 | 120 | 64 |
| Binary | 10111011 | 100011 | 11100111 | 10011 | 1010101 | 0 | 1001 | 100011111 | 1010000 | 110100 |
Color Harmonies of #BB23E7
Complementary color
Monochromatic Colors of #BB23E7
Black with #BB23E7
Text Example
Text Example
White with #BB23E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23E7; }
p { color: rgb(187,35,231); }
H1.HeaderClassName
{
color: #BB23E7;
}
.AnyTagClassName
{
color: #BB23E7;
}
</style>
background-color css
<style>
a { background-color: #BB23E7; }
a { background-color: rgb(187,35,231); }
div.DivClassName
{
background-color: #BB23E7;
}
.BgClassName
{
background-color: #BB23E7;
}
</style>
border-color css
<style>
span { border-color: #BB23E7; }
span { border-color: rgb(187,35,231); }
td.TdClassName
{
border-color: #BB23E7;
}
.TagClassName
{
border-color: #BB23E7;
}
</style>