Shades of Electric Purple #BB34FF
Tints of Electric Purple #BB34FF
RGB
CMYK
RGB Variations
Color information
#BB34FF (or 0xBB34FF) is known color: Electric Purple. HEX triplet: BB, 34 and FF. RGB value is (187,52,255). Sum of RGB (Red+Green+Blue) = 187+52+255=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB34FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB34FF is #44CB00. Grayscale: #727272. Windows color (decimal): -4508417 or 16725179. OLE color: 16725179.
HSL color Cylindrical-coordinate representation of color #BB34FF: hue angle of 279.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB34FF is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 52 | 255 | - |
| CMYK | 0.27 | 0.80 | 0 | 0 |
| HSL | 279.9º | 1% | 0.6% | - |
| HSV(B) | 279.9º | 0.8% | 1% | - |
| XYZ | 39.77 | 20.24 | 96.42 | - |
| YUV | 115.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 255 | 0.27 | 0.80 | 0 | 0 | 279.9 | 1 | 0.6 |
| Hex | BB | 34 | FF | 1B | 50 | 0 | 0 | 118 | 64 | 3C |
| Octal | 273 | 64 | 377 | 33 | 120 | 0 | 0 | 430 | 144 | 74 |
| Binary | 10111011 | 110100 | 11111111 | 11011 | 1010000 | 0 | 0 | 100011000 | 1100100 | 111100 |
Color Harmonies of #BB34FF
Complementary color
Monochromatic Colors of #BB34FF
Black with #BB34FF
Text Example
Text Example
White with #BB34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34FF; }
p { color: rgb(187,52,255); }
H1.HeaderClassName
{
color: #BB34FF;
}
.AnyTagClassName
{
color: #BB34FF;
}
</style>
background-color css
<style>
a { background-color: #BB34FF; }
a { background-color: rgb(187,52,255); }
div.DivClassName
{
background-color: #BB34FF;
}
.BgClassName
{
background-color: #BB34FF;
}
</style>
border-color css
<style>
span { border-color: #BB34FF; }
span { border-color: rgb(187,52,255); }
td.TdClassName
{
border-color: #BB34FF;
}
.TagClassName
{
border-color: #BB34FF;
}
</style>