Shades of Electric Purple #B924F3
Tints of Electric Purple #B924F3
RGB
CMYK
RGB Variations
Color information
#B924F3 (or 0xB924F3) is known color: Electric Purple. HEX triplet: B9, 24 and F3. RGB value is (185,36,243). Sum of RGB (Red+Green+Blue) = 185+36+243=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #B924F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924F3 is #46DB0C. Grayscale: #676767. Windows color (decimal): -4643597 or 15934649. OLE color: 15934649.
HSL color Cylindrical-coordinate representation of color #B924F3: hue angle of 283.19º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B924F3 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 36 | 243 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.05 |
| HSL | 283.19º | 0.9% | 0.55% | - |
| HSV(B) | 283.19º | 0.85% | 0.95% | - |
| XYZ | 36.82 | 18.05 | 86.34 | - |
| YUV | 104.15 | 206.36 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 243 | 0.24 | 0.85 | 0 | 0.05 | 283.19 | 0.9 | 0.55 |
| Hex | B9 | 24 | F3 | 18 | 55 | 0 | 5 | 11B | 5A | 37 |
| Octal | 271 | 44 | 363 | 30 | 125 | 0 | 5 | 433 | 132 | 67 |
| Binary | 10111001 | 100100 | 11110011 | 11000 | 1010101 | 0 | 101 | 100011011 | 1011010 | 110111 |
Color Harmonies of #B924F3
Complementary color
Monochromatic Colors of #B924F3
Black with #B924F3
Text Example
Text Example
White with #B924F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924F3; }
p { color: rgb(185,36,243); }
H1.HeaderClassName
{
color: #B924F3;
}
.AnyTagClassName
{
color: #B924F3;
}
</style>
background-color css
<style>
a { background-color: #B924F3; }
a { background-color: rgb(185,36,243); }
div.DivClassName
{
background-color: #B924F3;
}
.BgClassName
{
background-color: #B924F3;
}
</style>
border-color css
<style>
span { border-color: #B924F3; }
span { border-color: rgb(185,36,243); }
td.TdClassName
{
border-color: #B924F3;
}
.TagClassName
{
border-color: #B924F3;
}
</style>