Shades of Electric Purple #BB04E6
Tints of Electric Purple #BB04E6
RGB
CMYK
RGB Variations
Color information
#BB04E6 (or 0xBB04E6) is known color: Electric Purple. HEX triplet: BB, 04 and E6. RGB value is (187,4,230). Sum of RGB (Red+Green+Blue) = 187+4+230=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB04E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04E6 is #44FB19. Grayscale: #535353. Windows color (decimal): -4520730 or 15074491. OLE color: 15074491.
HSL color Cylindrical-coordinate representation of color #BB04E6: hue angle of 288.58º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04E6 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 4 | 230 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.10 |
| HSL | 288.58º | 0.97% | 0.46% | - |
| HSV(B) | 288.58º | 0.98% | 0.9% | - |
| XYZ | 34.82 | 16.36 | 76.19 | - |
| YUV | 84.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 230 | 0.19 | 0.98 | 0 | 0.10 | 288.58 | 0.97 | 0.46 |
| Hex | BB | 4 | E6 | 13 | 62 | 0 | A | 121 | 61 | 2E |
| Octal | 273 | 4 | 346 | 23 | 142 | 0 | 12 | 441 | 141 | 56 |
| Binary | 10111011 | 100 | 11100110 | 10011 | 1100010 | 0 | 1010 | 100100001 | 1100001 | 101110 |
Color Harmonies of #BB04E6
Complementary color
Monochromatic Colors of #BB04E6
Black with #BB04E6
Text Example
Text Example
White with #BB04E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04E6; }
p { color: rgb(187,4,230); }
H1.HeaderClassName
{
color: #BB04E6;
}
.AnyTagClassName
{
color: #BB04E6;
}
</style>
background-color css
<style>
a { background-color: #BB04E6; }
a { background-color: rgb(187,4,230); }
div.DivClassName
{
background-color: #BB04E6;
}
.BgClassName
{
background-color: #BB04E6;
}
</style>
border-color css
<style>
span { border-color: #BB04E6; }
span { border-color: rgb(187,4,230); }
td.TdClassName
{
border-color: #BB04E6;
}
.TagClassName
{
border-color: #BB04E6;
}
</style>