Shades of Electric Purple #B926F9
Tints of Electric Purple #B926F9
RGB
CMYK
RGB Variations
Color information
#B926F9 (or 0xB926F9) is known color: Electric Purple. HEX triplet: B9, 26 and F9. RGB value is (185,38,249). Sum of RGB (Red+Green+Blue) = 185+38+249=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #B926F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B926F9 is #46D906. Grayscale: #696969. Windows color (decimal): -4643079 or 16328377. OLE color: 16328377.
HSL color Cylindrical-coordinate representation of color #B926F9: hue angle of 281.8º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B926F9 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 38 | 249 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.02 |
| HSL | 281.8º | 0.95% | 0.56% | - |
| HSV(B) | 281.8º | 0.85% | 0.98% | - |
| XYZ | 37.8 | 18.54 | 91.21 | - |
| YUV | 106.01 | 208.7 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 249 | 0.26 | 0.85 | 0 | 0.02 | 281.8 | 0.95 | 0.56 |
| Hex | B9 | 26 | F9 | 1A | 55 | 0 | 2 | 11A | 5F | 38 |
| Octal | 271 | 46 | 371 | 32 | 125 | 0 | 2 | 432 | 137 | 70 |
| Binary | 10111001 | 100110 | 11111001 | 11010 | 1010101 | 0 | 10 | 100011010 | 1011111 | 111000 |
Color Harmonies of #B926F9
Complementary color
Monochromatic Colors of #B926F9
Black with #B926F9
Text Example
Text Example
White with #B926F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926F9; }
p { color: rgb(185,38,249); }
H1.HeaderClassName
{
color: #B926F9;
}
.AnyTagClassName
{
color: #B926F9;
}
</style>
background-color css
<style>
a { background-color: #B926F9; }
a { background-color: rgb(185,38,249); }
div.DivClassName
{
background-color: #B926F9;
}
.BgClassName
{
background-color: #B926F9;
}
</style>
border-color css
<style>
span { border-color: #B926F9; }
span { border-color: rgb(185,38,249); }
td.TdClassName
{
border-color: #B926F9;
}
.TagClassName
{
border-color: #B926F9;
}
</style>