Shades of Electric Purple #B828FC
Tints of Electric Purple #B828FC
RGB
CMYK
RGB Variations
Color information
#B828FC (or 0xB828FC) is known color: Electric Purple. HEX triplet: B8, 28 and FC. RGB value is (184,40,252). Sum of RGB (Red+Green+Blue) = 184+40+252=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #B828FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828FC is #47D703. Grayscale: #6A6A6A. Windows color (decimal): -4708100 or 16525496. OLE color: 16525496.
HSL color Cylindrical-coordinate representation of color #B828FC: hue angle of 280.75º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B828FC is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 40 | 252 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.01 |
| HSL | 280.75º | 0.97% | 0.57% | - |
| HSV(B) | 280.75º | 0.84% | 0.99% | - |
| XYZ | 38.1 | 18.74 | 93.7 | - |
| YUV | 107.22 | 209.71 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 252 | 0.27 | 0.84 | 0 | 0.01 | 280.75 | 0.97 | 0.57 |
| Hex | B8 | 28 | FC | 1B | 54 | 0 | 1 | 119 | 61 | 39 |
| Octal | 270 | 50 | 374 | 33 | 124 | 0 | 1 | 431 | 141 | 71 |
| Binary | 10111000 | 101000 | 11111100 | 11011 | 1010100 | 0 | 1 | 100011001 | 1100001 | 111001 |
Color Harmonies of #B828FC
Complementary color
Monochromatic Colors of #B828FC
Black with #B828FC
Text Example
Text Example
White with #B828FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828FC; }
p { color: rgb(184,40,252); }
H1.HeaderClassName
{
color: #B828FC;
}
.AnyTagClassName
{
color: #B828FC;
}
</style>
background-color css
<style>
a { background-color: #B828FC; }
a { background-color: rgb(184,40,252); }
div.DivClassName
{
background-color: #B828FC;
}
.BgClassName
{
background-color: #B828FC;
}
</style>
border-color css
<style>
span { border-color: #B828FC; }
span { border-color: rgb(184,40,252); }
td.TdClassName
{
border-color: #B828FC;
}
.TagClassName
{
border-color: #B828FC;
}
</style>