Shades of Electric Purple #BB04E4
Tints of Electric Purple #BB04E4
RGB
CMYK
RGB Variations
Color information
#BB04E4 (or 0xBB04E4) is known color: Electric Purple. HEX triplet: BB, 04 and E4. RGB value is (187,4,228). Sum of RGB (Red+Green+Blue) = 187+4+228=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB04E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04E4 is #44FB1B. Grayscale: #535353. Windows color (decimal): -4520732 or 14943419. OLE color: 14943419.
HSL color Cylindrical-coordinate representation of color #BB04E4: hue angle of 289.02º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04E4 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 4 | 228 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.11 |
| HSL | 289.02º | 0.97% | 0.45% | - |
| HSV(B) | 289.02º | 0.98% | 0.89% | - |
| XYZ | 34.54 | 16.25 | 74.72 | - |
| YUV | 84.25 | 209.13 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 228 | 0.18 | 0.98 | 0 | 0.11 | 289.02 | 0.97 | 0.45 |
| Hex | BB | 4 | E4 | 12 | 62 | 0 | B | 121 | 61 | 2D |
| Octal | 273 | 4 | 344 | 22 | 142 | 0 | 13 | 441 | 141 | 55 |
| Binary | 10111011 | 100 | 11100100 | 10010 | 1100010 | 0 | 1011 | 100100001 | 1100001 | 101101 |
Color Harmonies of #BB04E4
Complementary color
Monochromatic Colors of #BB04E4
Black with #BB04E4
Text Example
Text Example
White with #BB04E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04E4; }
p { color: rgb(187,4,228); }
H1.HeaderClassName
{
color: #BB04E4;
}
.AnyTagClassName
{
color: #BB04E4;
}
</style>
background-color css
<style>
a { background-color: #BB04E4; }
a { background-color: rgb(187,4,228); }
div.DivClassName
{
background-color: #BB04E4;
}
.BgClassName
{
background-color: #BB04E4;
}
</style>
border-color css
<style>
span { border-color: #BB04E4; }
span { border-color: rgb(187,4,228); }
td.TdClassName
{
border-color: #BB04E4;
}
.TagClassName
{
border-color: #BB04E4;
}
</style>