Shades of Electric Purple #BB24FF
Tints of Electric Purple #BB24FF
RGB
CMYK
RGB Variations
Color information
#BB24FF (or 0xBB24FF) is known color: Electric Purple. HEX triplet: BB, 24 and FF. RGB value is (187,36,255). Sum of RGB (Red+Green+Blue) = 187+36+255=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB24FF is #44DB00. Grayscale: #696969. Windows color (decimal): -4512513 or 16721083. OLE color: 16721083.
HSL color Cylindrical-coordinate representation of color #BB24FF: hue angle of 281.37º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB24FF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 36 | 255 | - |
| CMYK | 0.27 | 0.86 | 0 | 0 |
| HSL | 281.37º | 1% | 0.57% | - |
| HSV(B) | 281.37º | 0.86% | 1% | - |
| XYZ | 39.17 | 19.05 | 96.22 | - |
| YUV | 106.12 | 212.03 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 255 | 0.27 | 0.86 | 0 | 0 | 281.37 | 1 | 0.57 |
| Hex | BB | 24 | FF | 1B | 56 | 0 | 0 | 119 | 64 | 39 |
| Octal | 273 | 44 | 377 | 33 | 126 | 0 | 0 | 431 | 144 | 71 |
| Binary | 10111011 | 100100 | 11111111 | 11011 | 1010110 | 0 | 0 | 100011001 | 1100100 | 111001 |
Color Harmonies of #BB24FF
Complementary color
Monochromatic Colors of #BB24FF
Black with #BB24FF
Text Example
Text Example
White with #BB24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB24FF; }
p { color: rgb(187,36,255); }
H1.HeaderClassName
{
color: #BB24FF;
}
.AnyTagClassName
{
color: #BB24FF;
}
</style>
background-color css
<style>
a { background-color: #BB24FF; }
a { background-color: rgb(187,36,255); }
div.DivClassName
{
background-color: #BB24FF;
}
.BgClassName
{
background-color: #BB24FF;
}
</style>
border-color css
<style>
span { border-color: #BB24FF; }
span { border-color: rgb(187,36,255); }
td.TdClassName
{
border-color: #BB24FF;
}
.TagClassName
{
border-color: #BB24FF;
}
</style>