Shades of Electric Purple #B924F2
Tints of Electric Purple #B924F2
RGB
CMYK
RGB Variations
Color information
#B924F2 (or 0xB924F2) is known color: Electric Purple. HEX triplet: B9, 24 and F2. RGB value is (185,36,242). Sum of RGB (Red+Green+Blue) = 185+36+242=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #B924F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924F2 is #46DB0D. Grayscale: #676767. Windows color (decimal): -4643598 or 15869113. OLE color: 15869113.
HSL color Cylindrical-coordinate representation of color #B924F2: hue angle of 283.4º degrees, saturation: 0.89, 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 #B924F2 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 36 | 242 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.05 |
| HSL | 283.4º | 0.89% | 0.55% | - |
| HSV(B) | 283.4º | 0.85% | 0.95% | - |
| XYZ | 36.67 | 17.99 | 85.54 | - |
| YUV | 104.04 | 205.86 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 242 | 0.24 | 0.85 | 0 | 0.05 | 283.4 | 0.89 | 0.55 |
| Hex | B9 | 24 | F2 | 18 | 55 | 0 | 5 | 11B | 59 | 37 |
| Octal | 271 | 44 | 362 | 30 | 125 | 0 | 5 | 433 | 131 | 67 |
| Binary | 10111001 | 100100 | 11110010 | 11000 | 1010101 | 0 | 101 | 100011011 | 1011001 | 110111 |
Color Harmonies of #B924F2
Complementary color
Monochromatic Colors of #B924F2
Black with #B924F2
Text Example
Text Example
White with #B924F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924F2; }
p { color: rgb(185,36,242); }
H1.HeaderClassName
{
color: #B924F2;
}
.AnyTagClassName
{
color: #B924F2;
}
</style>
background-color css
<style>
a { background-color: #B924F2; }
a { background-color: rgb(185,36,242); }
div.DivClassName
{
background-color: #B924F2;
}
.BgClassName
{
background-color: #B924F2;
}
</style>
border-color css
<style>
span { border-color: #B924F2; }
span { border-color: rgb(185,36,242); }
td.TdClassName
{
border-color: #B924F2;
}
.TagClassName
{
border-color: #B924F2;
}
</style>