Shades of Electric Purple #BB29FF
Tints of Electric Purple #BB29FF
RGB
CMYK
RGB Variations
Color information
#BB29FF (or 0xBB29FF) is known color: Electric Purple. HEX triplet: BB, 29 and FF. RGB value is (187,41,255). Sum of RGB (Red+Green+Blue) = 187+41+255=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29FF is #44D600. Grayscale: #6C6C6C. Windows color (decimal): -4511233 or 16722363. OLE color: 16722363.
HSL color Cylindrical-coordinate representation of color #BB29FF: hue angle of 280.93º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB29FF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 41 | 255 | - |
| CMYK | 0.27 | 0.84 | 0 | 0 |
| HSL | 280.93º | 1% | 0.58% | - |
| HSV(B) | 280.93º | 0.84% | 1% | - |
| XYZ | 39.34 | 19.37 | 96.27 | - |
| YUV | 109.05 | 210.37 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 255 | 0.27 | 0.84 | 0 | 0 | 280.93 | 1 | 0.58 |
| Hex | BB | 29 | FF | 1B | 54 | 0 | 0 | 119 | 64 | 3A |
| Octal | 273 | 51 | 377 | 33 | 124 | 0 | 0 | 431 | 144 | 72 |
| Binary | 10111011 | 101001 | 11111111 | 11011 | 1010100 | 0 | 0 | 100011001 | 1100100 | 111010 |
Color Harmonies of #BB29FF
Complementary color
Monochromatic Colors of #BB29FF
Black with #BB29FF
Text Example
Text Example
White with #BB29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29FF; }
p { color: rgb(187,41,255); }
H1.HeaderClassName
{
color: #BB29FF;
}
.AnyTagClassName
{
color: #BB29FF;
}
</style>
background-color css
<style>
a { background-color: #BB29FF; }
a { background-color: rgb(187,41,255); }
div.DivClassName
{
background-color: #BB29FF;
}
.BgClassName
{
background-color: #BB29FF;
}
</style>
border-color css
<style>
span { border-color: #BB29FF; }
span { border-color: rgb(187,41,255); }
td.TdClassName
{
border-color: #BB29FF;
}
.TagClassName
{
border-color: #BB29FF;
}
</style>