Shades of Electric Purple #B015E7
Tints of Electric Purple #B015E7
RGB
CMYK
RGB Variations
Color information
#B015E7 (or 0xB015E7) is known color: Electric Purple. HEX triplet: B0, 15 and E7. RGB value is (176,21,231). Sum of RGB (Red+Green+Blue) = 176+21+231=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #B015E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015E7 is #4FEA18. Grayscale: #5A5A5A. Windows color (decimal): -5237273 or 15144368. OLE color: 15144368.
HSL color Cylindrical-coordinate representation of color #B015E7: hue angle of 284.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015E7 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 21 | 231 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.09 |
| HSL | 284.29º | 0.83% | 0.49% | - |
| HSV(B) | 284.29º | 0.91% | 0.91% | - |
| XYZ | 32.6 | 15.54 | 76.88 | - |
| YUV | 91.29 | 206.85 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 231 | 0.24 | 0.91 | 0 | 0.09 | 284.29 | 0.83 | 0.49 |
| Hex | B0 | 15 | E7 | 18 | 5B | 0 | 9 | 11C | 53 | 31 |
| Octal | 260 | 25 | 347 | 30 | 133 | 0 | 11 | 434 | 123 | 61 |
| Binary | 10110000 | 10101 | 11100111 | 11000 | 1011011 | 0 | 1001 | 100011100 | 1010011 | 110001 |
Color Harmonies of #B015E7
Complementary color
Monochromatic Colors of #B015E7
Black with #B015E7
Text Example
Text Example
White with #B015E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015E7; }
p { color: rgb(176,21,231); }
H1.HeaderClassName
{
color: #B015E7;
}
.AnyTagClassName
{
color: #B015E7;
}
</style>
background-color css
<style>
a { background-color: #B015E7; }
a { background-color: rgb(176,21,231); }
div.DivClassName
{
background-color: #B015E7;
}
.BgClassName
{
background-color: #B015E7;
}
</style>
border-color css
<style>
span { border-color: #B015E7; }
span { border-color: rgb(176,21,231); }
td.TdClassName
{
border-color: #B015E7;
}
.TagClassName
{
border-color: #B015E7;
}
</style>