Shades of Electric Purple #B825F9
Tints of Electric Purple #B825F9
RGB
CMYK
RGB Variations
Color information
#B825F9 (or 0xB825F9) is known color: Electric Purple. HEX triplet: B8, 25 and F9. RGB value is (184,37,249). Sum of RGB (Red+Green+Blue) = 184+37+249=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #B825F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B825F9 is #47DA06. Grayscale: #686868. Windows color (decimal): -4708871 or 16328120. OLE color: 16328120.
HSL color Cylindrical-coordinate representation of color #B825F9: hue angle of 281.6º 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 #B825F9 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 37 | 249 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.02 |
| HSL | 281.6º | 0.95% | 0.56% | - |
| HSV(B) | 281.6º | 0.85% | 0.98% | - |
| XYZ | 37.53 | 18.35 | 91.19 | - |
| YUV | 105.12 | 209.2 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 249 | 0.26 | 0.85 | 0 | 0.02 | 281.6 | 0.95 | 0.56 |
| Hex | B8 | 25 | F9 | 1A | 55 | 0 | 2 | 11A | 5F | 38 |
| Octal | 270 | 45 | 371 | 32 | 125 | 0 | 2 | 432 | 137 | 70 |
| Binary | 10111000 | 100101 | 11111001 | 11010 | 1010101 | 0 | 10 | 100011010 | 1011111 | 111000 |
Color Harmonies of #B825F9
Complementary color
Monochromatic Colors of #B825F9
Black with #B825F9
Text Example
Text Example
White with #B825F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825F9; }
p { color: rgb(184,37,249); }
H1.HeaderClassName
{
color: #B825F9;
}
.AnyTagClassName
{
color: #B825F9;
}
</style>
background-color css
<style>
a { background-color: #B825F9; }
a { background-color: rgb(184,37,249); }
div.DivClassName
{
background-color: #B825F9;
}
.BgClassName
{
background-color: #B825F9;
}
</style>
border-color css
<style>
span { border-color: #B825F9; }
span { border-color: rgb(184,37,249); }
td.TdClassName
{
border-color: #B825F9;
}
.TagClassName
{
border-color: #B825F9;
}
</style>