Shades of Electric Purple #BB23E4
Tints of Electric Purple #BB23E4
RGB
CMYK
RGB Variations
Color information
#BB23E4 (or 0xBB23E4) is known color: Electric Purple. HEX triplet: BB, 23 and E4. RGB value is (187,35,228). Sum of RGB (Red+Green+Blue) = 187+35+228=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB23E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB23E4 is #44DC1B. Grayscale: #656565. Windows color (decimal): -4512796 or 14951355. OLE color: 14951355.
HSL color Cylindrical-coordinate representation of color #BB23E4: hue angle of 287.25º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB23E4 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 35 | 228 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.11 |
| HSL | 287.25º | 0.78% | 0.52% | - |
| HSV(B) | 287.25º | 0.85% | 0.89% | - |
| XYZ | 35.1 | 17.37 | 74.9 | - |
| YUV | 102.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 228 | 0.18 | 0.85 | 0 | 0.11 | 287.25 | 0.78 | 0.52 |
| Hex | BB | 23 | E4 | 12 | 55 | 0 | B | 11F | 4E | 34 |
| Octal | 273 | 43 | 344 | 22 | 125 | 0 | 13 | 437 | 116 | 64 |
| Binary | 10111011 | 100011 | 11100100 | 10010 | 1010101 | 0 | 1011 | 100011111 | 1001110 | 110100 |
Color Harmonies of #BB23E4
Complementary color
Monochromatic Colors of #BB23E4
Black with #BB23E4
Text Example
Text Example
White with #BB23E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23E4; }
p { color: rgb(187,35,228); }
H1.HeaderClassName
{
color: #BB23E4;
}
.AnyTagClassName
{
color: #BB23E4;
}
</style>
background-color css
<style>
a { background-color: #BB23E4; }
a { background-color: rgb(187,35,228); }
div.DivClassName
{
background-color: #BB23E4;
}
.BgClassName
{
background-color: #BB23E4;
}
</style>
border-color css
<style>
span { border-color: #BB23E4; }
span { border-color: rgb(187,35,228); }
td.TdClassName
{
border-color: #BB23E4;
}
.TagClassName
{
border-color: #BB23E4;
}
</style>