Shades of Electric Purple #B024FF
Tints of Electric Purple #B024FF
RGB
CMYK
RGB Variations
Color information
#B024FF (or 0xB024FF) is known color: Electric Purple. HEX triplet: B0, 24 and FF. RGB value is (176,36,255). Sum of RGB (Red+Green+Blue) = 176+36+255=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #B024FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024FF is #4FDB00. Grayscale: #666666. Windows color (decimal): -5233409 or 16721072. OLE color: 16721072.
HSL color Cylindrical-coordinate representation of color #B024FF: hue angle of 278.36º 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 #B024FF is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 36 | 255 | - |
| CMYK | 0.31 | 0.86 | 0 | 0 |
| HSL | 278.36º | 1% | 0.57% | - |
| HSV(B) | 278.36º | 0.86% | 1% | - |
| XYZ | 36.59 | 17.71 | 96.1 | - |
| YUV | 102.83 | 213.88 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 255 | 0.31 | 0.86 | 0 | 0 | 278.36 | 1 | 0.57 |
| Hex | B0 | 24 | FF | 1F | 56 | 0 | 0 | 116 | 64 | 39 |
| Octal | 260 | 44 | 377 | 37 | 126 | 0 | 0 | 426 | 144 | 71 |
| Binary | 10110000 | 100100 | 11111111 | 11111 | 1010110 | 0 | 0 | 100010110 | 1100100 | 111001 |
Color Harmonies of #B024FF
Complementary color
Monochromatic Colors of #B024FF
Black with #B024FF
Text Example
Text Example
White with #B024FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024FF; }
p { color: rgb(176,36,255); }
H1.HeaderClassName
{
color: #B024FF;
}
.AnyTagClassName
{
color: #B024FF;
}
</style>
background-color css
<style>
a { background-color: #B024FF; }
a { background-color: rgb(176,36,255); }
div.DivClassName
{
background-color: #B024FF;
}
.BgClassName
{
background-color: #B024FF;
}
</style>
border-color css
<style>
span { border-color: #B024FF; }
span { border-color: rgb(176,36,255); }
td.TdClassName
{
border-color: #B024FF;
}
.TagClassName
{
border-color: #B024FF;
}
</style>