Shades of Electric Purple #B028FF
Tints of Electric Purple #B028FF
RGB
CMYK
RGB Variations
Color information
#B028FF (or 0xB028FF) is known color: Electric Purple. HEX triplet: B0, 28 and FF. RGB value is (176,40,255). Sum of RGB (Red+Green+Blue) = 176+40+255=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #B028FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B028FF is #4FD700. Grayscale: #686868. Windows color (decimal): -5232385 or 16722096. OLE color: 16722096.
HSL color Cylindrical-coordinate representation of color #B028FF: hue angle of 277.95º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B028FF is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 40 | 255 | - |
| CMYK | 0.31 | 0.84 | 0 | 0 |
| HSL | 277.95º | 1% | 0.58% | - |
| HSV(B) | 277.95º | 0.84% | 1% | - |
| XYZ | 36.71 | 17.97 | 96.14 | - |
| YUV | 105.17 | 212.56 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 255 | 0.31 | 0.84 | 0 | 0 | 277.95 | 1 | 0.58 |
| Hex | B0 | 28 | FF | 1F | 54 | 0 | 0 | 116 | 64 | 3A |
| Octal | 260 | 50 | 377 | 37 | 124 | 0 | 0 | 426 | 144 | 72 |
| Binary | 10110000 | 101000 | 11111111 | 11111 | 1010100 | 0 | 0 | 100010110 | 1100100 | 111010 |
Color Harmonies of #B028FF
Complementary color
Monochromatic Colors of #B028FF
Black with #B028FF
Text Example
Text Example
White with #B028FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B028FF; }
p { color: rgb(176,40,255); }
H1.HeaderClassName
{
color: #B028FF;
}
.AnyTagClassName
{
color: #B028FF;
}
</style>
background-color css
<style>
a { background-color: #B028FF; }
a { background-color: rgb(176,40,255); }
div.DivClassName
{
background-color: #B028FF;
}
.BgClassName
{
background-color: #B028FF;
}
</style>
border-color css
<style>
span { border-color: #B028FF; }
span { border-color: rgb(176,40,255); }
td.TdClassName
{
border-color: #B028FF;
}
.TagClassName
{
border-color: #B028FF;
}
</style>