Shades of Electric Purple #B826F9
Tints of Electric Purple #B826F9
RGB
CMYK
RGB Variations
Color information
#B826F9 (or 0xB826F9) is known color: Electric Purple. HEX triplet: B8, 26 and F9. RGB value is (184,38,249). Sum of RGB (Red+Green+Blue) = 184+38+249=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #B826F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826F9 is #47D906. Grayscale: #696969. Windows color (decimal): -4708615 or 16328376. OLE color: 16328376.
HSL color Cylindrical-coordinate representation of color #B826F9: hue angle of 281.52º 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 #B826F9 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 38 | 249 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.02 |
| HSL | 281.52º | 0.95% | 0.56% | - |
| HSV(B) | 281.52º | 0.85% | 0.98% | - |
| XYZ | 37.56 | 18.42 | 91.2 | - |
| YUV | 105.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 249 | 0.26 | 0.85 | 0 | 0.02 | 281.52 | 0.95 | 0.56 |
| Hex | B8 | 26 | F9 | 1A | 55 | 0 | 2 | 11A | 5F | 38 |
| Octal | 270 | 46 | 371 | 32 | 125 | 0 | 2 | 432 | 137 | 70 |
| Binary | 10111000 | 100110 | 11111001 | 11010 | 1010101 | 0 | 10 | 100011010 | 1011111 | 111000 |
Color Harmonies of #B826F9
Complementary color
Monochromatic Colors of #B826F9
Black with #B826F9
Text Example
Text Example
White with #B826F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826F9; }
p { color: rgb(184,38,249); }
H1.HeaderClassName
{
color: #B826F9;
}
.AnyTagClassName
{
color: #B826F9;
}
</style>
background-color css
<style>
a { background-color: #B826F9; }
a { background-color: rgb(184,38,249); }
div.DivClassName
{
background-color: #B826F9;
}
.BgClassName
{
background-color: #B826F9;
}
</style>
border-color css
<style>
span { border-color: #B826F9; }
span { border-color: rgb(184,38,249); }
td.TdClassName
{
border-color: #B826F9;
}
.TagClassName
{
border-color: #B826F9;
}
</style>