Shades of Electric Purple #B924F7
Tints of Electric Purple #B924F7
RGB
CMYK
RGB Variations
Color information
#B924F7 (or 0xB924F7) is known color: Electric Purple. HEX triplet: B9, 24 and F7. RGB value is (185,36,247). Sum of RGB (Red+Green+Blue) = 185+36+247=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #B924F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924F7 is #46DB08. Grayscale: #676767. Windows color (decimal): -4643593 or 16196793. OLE color: 16196793.
HSL color Cylindrical-coordinate representation of color #B924F7: hue angle of 282.37º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B924F7 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 36 | 247 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.03 |
| HSL | 282.37º | 0.93% | 0.55% | - |
| HSV(B) | 282.37º | 0.85% | 0.97% | - |
| XYZ | 37.43 | 18.29 | 89.55 | - |
| YUV | 104.61 | 208.36 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 247 | 0.25 | 0.85 | 0 | 0.03 | 282.37 | 0.93 | 0.55 |
| Hex | B9 | 24 | F7 | 19 | 55 | 0 | 3 | 11A | 5D | 37 |
| Octal | 271 | 44 | 367 | 31 | 125 | 0 | 3 | 432 | 135 | 67 |
| Binary | 10111001 | 100100 | 11110111 | 11001 | 1010101 | 0 | 11 | 100011010 | 1011101 | 110111 |
Color Harmonies of #B924F7
Complementary color
Monochromatic Colors of #B924F7
Black with #B924F7
Text Example
Text Example
White with #B924F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924F7; }
p { color: rgb(185,36,247); }
H1.HeaderClassName
{
color: #B924F7;
}
.AnyTagClassName
{
color: #B924F7;
}
</style>
background-color css
<style>
a { background-color: #B924F7; }
a { background-color: rgb(185,36,247); }
div.DivClassName
{
background-color: #B924F7;
}
.BgClassName
{
background-color: #B924F7;
}
</style>
border-color css
<style>
span { border-color: #B924F7; }
span { border-color: rgb(185,36,247); }
td.TdClassName
{
border-color: #B924F7;
}
.TagClassName
{
border-color: #B924F7;
}
</style>