Shades of Electric Purple #B926F8
Tints of Electric Purple #B926F8
RGB
CMYK
RGB Variations
Color information
#B926F8 (or 0xB926F8) is known color: Electric Purple. HEX triplet: B9, 26 and F8. RGB value is (185,38,248). Sum of RGB (Red+Green+Blue) = 185+38+248=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #B926F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B926F8 is #46D907. Grayscale: #696969. Windows color (decimal): -4643080 or 16262841. OLE color: 16262841.
HSL color Cylindrical-coordinate representation of color #B926F8: hue angle of 282º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B926F8 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 38 | 248 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.03 |
| HSL | 282º | 0.94% | 0.56% | - |
| HSV(B) | 282º | 0.85% | 0.97% | - |
| XYZ | 37.64 | 18.48 | 90.39 | - |
| YUV | 105.89 | 208.2 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 248 | 0.25 | 0.85 | 0 | 0.03 | 282 | 0.94 | 0.56 |
| Hex | B9 | 26 | F8 | 19 | 55 | 0 | 3 | 11A | 5E | 38 |
| Octal | 271 | 46 | 370 | 31 | 125 | 0 | 3 | 432 | 136 | 70 |
| Binary | 10111001 | 100110 | 11111000 | 11001 | 1010101 | 0 | 11 | 100011010 | 1011110 | 111000 |
Color Harmonies of #B926F8
Complementary color
Monochromatic Colors of #B926F8
Black with #B926F8
Text Example
Text Example
White with #B926F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926F8; }
p { color: rgb(185,38,248); }
H1.HeaderClassName
{
color: #B926F8;
}
.AnyTagClassName
{
color: #B926F8;
}
</style>
background-color css
<style>
a { background-color: #B926F8; }
a { background-color: rgb(185,38,248); }
div.DivClassName
{
background-color: #B926F8;
}
.BgClassName
{
background-color: #B926F8;
}
</style>
border-color css
<style>
span { border-color: #B926F8; }
span { border-color: rgb(185,38,248); }
td.TdClassName
{
border-color: #B926F8;
}
.TagClassName
{
border-color: #B926F8;
}
</style>