Shades of Electric Purple #B015F7
Tints of Electric Purple #B015F7
RGB
CMYK
RGB Variations
Color information
#B015F7 (or 0xB015F7) is known color: Electric Purple. HEX triplet: B0, 15 and F7. RGB value is (176,21,247). Sum of RGB (Red+Green+Blue) = 176+21+247=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #B015F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015F7 is #4FEA08. Grayscale: #5C5C5C. Windows color (decimal): -5237257 or 16192944. OLE color: 16192944.
HSL color Cylindrical-coordinate representation of color #B015F7: hue angle of 281.15º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015F7 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 21 | 247 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.03 |
| HSL | 281.15º | 0.93% | 0.53% | - |
| HSV(B) | 281.15º | 0.91% | 0.97% | - |
| XYZ | 34.96 | 16.48 | 89.33 | - |
| YUV | 93.11 | 214.85 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 247 | 0.29 | 0.91 | 0 | 0.03 | 281.15 | 0.93 | 0.53 |
| Hex | B0 | 15 | F7 | 1D | 5B | 0 | 3 | 119 | 5D | 35 |
| Octal | 260 | 25 | 367 | 35 | 133 | 0 | 3 | 431 | 135 | 65 |
| Binary | 10110000 | 10101 | 11110111 | 11101 | 1011011 | 0 | 11 | 100011001 | 1011101 | 110101 |
Color Harmonies of #B015F7
Complementary color
Monochromatic Colors of #B015F7
Black with #B015F7
Text Example
Text Example
White with #B015F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015F7; }
p { color: rgb(176,21,247); }
H1.HeaderClassName
{
color: #B015F7;
}
.AnyTagClassName
{
color: #B015F7;
}
</style>
background-color css
<style>
a { background-color: #B015F7; }
a { background-color: rgb(176,21,247); }
div.DivClassName
{
background-color: #B015F7;
}
.BgClassName
{
background-color: #B015F7;
}
</style>
border-color css
<style>
span { border-color: #B015F7; }
span { border-color: rgb(176,21,247); }
td.TdClassName
{
border-color: #B015F7;
}
.TagClassName
{
border-color: #B015F7;
}
</style>