Shades of Electric Purple #B825FF
Tints of Electric Purple #B825FF
RGB
CMYK
RGB Variations
Color information
#B825FF (or 0xB825FF) is known color: Electric Purple. HEX triplet: B8, 25 and FF. RGB value is (184,37,255). Sum of RGB (Red+Green+Blue) = 184+37+255=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #B825FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B825FF is #47DA00. Grayscale: #696969. Windows color (decimal): -4708865 or 16721336. OLE color: 16721336.
HSL color Cylindrical-coordinate representation of color #B825FF: hue angle of 280.46º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B825FF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 37 | 255 | - |
| CMYK | 0.28 | 0.85 | 0 | 0 |
| HSL | 280.46º | 1% | 0.57% | - |
| HSV(B) | 280.46º | 0.85% | 1% | - |
| XYZ | 38.48 | 18.73 | 96.2 | - |
| YUV | 105.81 | 212.2 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 255 | 0.28 | 0.85 | 0 | 0 | 280.46 | 1 | 0.57 |
| Hex | B8 | 25 | FF | 1C | 55 | 0 | 0 | 118 | 64 | 39 |
| Octal | 270 | 45 | 377 | 34 | 125 | 0 | 0 | 430 | 144 | 71 |
| Binary | 10111000 | 100101 | 11111111 | 11100 | 1010101 | 0 | 0 | 100011000 | 1100100 | 111001 |
Color Harmonies of #B825FF
Complementary color
Monochromatic Colors of #B825FF
Black with #B825FF
Text Example
Text Example
White with #B825FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825FF; }
p { color: rgb(184,37,255); }
H1.HeaderClassName
{
color: #B825FF;
}
.AnyTagClassName
{
color: #B825FF;
}
</style>
background-color css
<style>
a { background-color: #B825FF; }
a { background-color: rgb(184,37,255); }
div.DivClassName
{
background-color: #B825FF;
}
.BgClassName
{
background-color: #B825FF;
}
</style>
border-color css
<style>
span { border-color: #B825FF; }
span { border-color: rgb(184,37,255); }
td.TdClassName
{
border-color: #B825FF;
}
.TagClassName
{
border-color: #B825FF;
}
</style>