Shades of Electric Purple #B024FA
Tints of Electric Purple #B024FA
RGB
CMYK
RGB Variations
Color information
#B024FA (or 0xB024FA) is known color: Electric Purple. HEX triplet: B0, 24 and FA. RGB value is (176,36,250). Sum of RGB (Red+Green+Blue) = 176+36+250=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #B024FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B024FA is #4FDB05. Grayscale: #656565. Windows color (decimal): -5233414 or 16393392. OLE color: 16393392.
HSL color Cylindrical-coordinate representation of color #B024FA: hue angle of 279.25º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B024FA is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 36 | 250 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.02 |
| HSL | 279.25º | 0.96% | 0.56% | - |
| HSV(B) | 279.25º | 0.86% | 0.98% | - |
| XYZ | 35.79 | 17.39 | 91.91 | - |
| YUV | 102.26 | 211.38 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 250 | 0.30 | 0.86 | 0 | 0.02 | 279.25 | 0.96 | 0.56 |
| Hex | B0 | 24 | FA | 1E | 56 | 0 | 2 | 117 | 60 | 38 |
| Octal | 260 | 44 | 372 | 36 | 126 | 0 | 2 | 427 | 140 | 70 |
| Binary | 10110000 | 100100 | 11111010 | 11110 | 1010110 | 0 | 10 | 100010111 | 1100000 | 111000 |
Color Harmonies of #B024FA
Complementary color
Monochromatic Colors of #B024FA
Black with #B024FA
Text Example
Text Example
White with #B024FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B024FA; }
p { color: rgb(176,36,250); }
H1.HeaderClassName
{
color: #B024FA;
}
.AnyTagClassName
{
color: #B024FA;
}
</style>
background-color css
<style>
a { background-color: #B024FA; }
a { background-color: rgb(176,36,250); }
div.DivClassName
{
background-color: #B024FA;
}
.BgClassName
{
background-color: #B024FA;
}
</style>
border-color css
<style>
span { border-color: #B024FA; }
span { border-color: rgb(176,36,250); }
td.TdClassName
{
border-color: #B024FA;
}
.TagClassName
{
border-color: #B024FA;
}
</style>