Shades of Electric Purple #B015E3
Tints of Electric Purple #B015E3
RGB
CMYK
RGB Variations
Color information
#B015E3 (or 0xB015E3) is known color: Electric Purple. HEX triplet: B0, 15 and E3. RGB value is (176,21,227). Sum of RGB (Red+Green+Blue) = 176+21+227=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #B015E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015E3 is #4FEA1C. Grayscale: #5A5A5A. Windows color (decimal): -5237277 or 14882224. OLE color: 14882224.
HSL color Cylindrical-coordinate representation of color #B015E3: hue angle of 285.15º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015E3 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 21 | 227 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.11 |
| HSL | 285.15º | 0.83% | 0.49% | - |
| HSV(B) | 285.15º | 0.91% | 0.89% | - |
| XYZ | 32.04 | 15.31 | 73.94 | - |
| YUV | 90.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 227 | 0.22 | 0.91 | 0 | 0.11 | 285.15 | 0.83 | 0.49 |
| Hex | B0 | 15 | E3 | 16 | 5B | 0 | B | 11D | 53 | 31 |
| Octal | 260 | 25 | 343 | 26 | 133 | 0 | 13 | 435 | 123 | 61 |
| Binary | 10110000 | 10101 | 11100011 | 10110 | 1011011 | 0 | 1011 | 100011101 | 1010011 | 110001 |
Color Harmonies of #B015E3
Complementary color
Monochromatic Colors of #B015E3
Black with #B015E3
Text Example
Text Example
White with #B015E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015E3; }
p { color: rgb(176,21,227); }
H1.HeaderClassName
{
color: #B015E3;
}
.AnyTagClassName
{
color: #B015E3;
}
</style>
background-color css
<style>
a { background-color: #B015E3; }
a { background-color: rgb(176,21,227); }
div.DivClassName
{
background-color: #B015E3;
}
.BgClassName
{
background-color: #B015E3;
}
</style>
border-color css
<style>
span { border-color: #B015E3; }
span { border-color: rgb(176,21,227); }
td.TdClassName
{
border-color: #B015E3;
}
.TagClassName
{
border-color: #B015E3;
}
</style>