Shades of Electric Purple #B926F3
Tints of Electric Purple #B926F3
RGB
CMYK
RGB Variations
Color information
#B926F3 (or 0xB926F3) is known color: Electric Purple. HEX triplet: B9, 26 and F3. RGB value is (185,38,243). Sum of RGB (Red+Green+Blue) = 185+38+243=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #B926F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B926F3 is #46D90C. Grayscale: #686868. Windows color (decimal): -4643085 or 15935161. OLE color: 15935161.
HSL color Cylindrical-coordinate representation of color #B926F3: hue angle of 283.02º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B926F3 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 38 | 243 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.05 |
| HSL | 283.02º | 0.9% | 0.55% | - |
| HSV(B) | 283.02º | 0.84% | 0.95% | - |
| XYZ | 36.88 | 18.17 | 86.36 | - |
| YUV | 105.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 243 | 0.24 | 0.84 | 0 | 0.05 | 283.02 | 0.9 | 0.55 |
| Hex | B9 | 26 | F3 | 18 | 54 | 0 | 5 | 11B | 5A | 37 |
| Octal | 271 | 46 | 363 | 30 | 124 | 0 | 5 | 433 | 132 | 67 |
| Binary | 10111001 | 100110 | 11110011 | 11000 | 1010100 | 0 | 101 | 100011011 | 1011010 | 110111 |
Color Harmonies of #B926F3
Complementary color
Monochromatic Colors of #B926F3
Black with #B926F3
Text Example
Text Example
White with #B926F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926F3; }
p { color: rgb(185,38,243); }
H1.HeaderClassName
{
color: #B926F3;
}
.AnyTagClassName
{
color: #B926F3;
}
</style>
background-color css
<style>
a { background-color: #B926F3; }
a { background-color: rgb(185,38,243); }
div.DivClassName
{
background-color: #B926F3;
}
.BgClassName
{
background-color: #B926F3;
}
</style>
border-color css
<style>
span { border-color: #B926F3; }
span { border-color: rgb(185,38,243); }
td.TdClassName
{
border-color: #B926F3;
}
.TagClassName
{
border-color: #B926F3;
}
</style>