Shades of Electric Purple #B528FF
Tints of Electric Purple #B528FF
RGB
CMYK
RGB Variations
Color information
#B528FF (or 0xB528FF) is known color: Electric Purple. HEX triplet: B5, 28 and FF. RGB value is (181,40,255). Sum of RGB (Red+Green+Blue) = 181+40+255=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 40 (16.02% from 255 or 8.40% 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 #B528FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B528FF is #4AD700. Grayscale: #696969. Windows color (decimal): -4904705 or 16722101. OLE color: 16722101.
HSL color Cylindrical-coordinate representation of color #B528FF: hue angle of 279.35º 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 #B528FF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 40 | 255 | - |
| CMYK | 0.29 | 0.84 | 0 | 0 |
| HSL | 279.35º | 1% | 0.58% | - |
| HSV(B) | 279.35º | 0.84% | 1% | - |
| XYZ | 37.86 | 18.56 | 96.19 | - |
| YUV | 106.67 | 211.71 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 255 | 0.29 | 0.84 | 0 | 0 | 279.35 | 1 | 0.58 |
| Hex | B5 | 28 | FF | 1D | 54 | 0 | 0 | 117 | 64 | 3A |
| Octal | 265 | 50 | 377 | 35 | 124 | 0 | 0 | 427 | 144 | 72 |
| Binary | 10110101 | 101000 | 11111111 | 11101 | 1010100 | 0 | 0 | 100010111 | 1100100 | 111010 |
Color Harmonies of #B528FF
Complementary color
Monochromatic Colors of #B528FF
Black with #B528FF
Text Example
Text Example
White with #B528FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B528FF; }
p { color: rgb(181,40,255); }
H1.HeaderClassName
{
color: #B528FF;
}
.AnyTagClassName
{
color: #B528FF;
}
</style>
background-color css
<style>
a { background-color: #B528FF; }
a { background-color: rgb(181,40,255); }
div.DivClassName
{
background-color: #B528FF;
}
.BgClassName
{
background-color: #B528FF;
}
</style>
border-color css
<style>
span { border-color: #B528FF; }
span { border-color: rgb(181,40,255); }
td.TdClassName
{
border-color: #B528FF;
}
.TagClassName
{
border-color: #B528FF;
}
</style>