Shades of Electric Purple #B015F1
Tints of Electric Purple #B015F1
RGB
CMYK
RGB Variations
Color information
#B015F1 (or 0xB015F1) is known color: Electric Purple. HEX triplet: B0, 15 and F1. RGB value is (176,21,241). Sum of RGB (Red+Green+Blue) = 176+21+241=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #B015F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015F1 is #4FEA0E. Grayscale: #5B5B5B. Windows color (decimal): -5237263 or 15799728. OLE color: 15799728.
HSL color Cylindrical-coordinate representation of color #B015F1: hue angle of 282.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015F1 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 21 | 241 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.05 |
| HSL | 282.27º | 0.89% | 0.51% | - |
| HSV(B) | 282.27º | 0.91% | 0.95% | - |
| XYZ | 34.05 | 16.12 | 84.54 | - |
| YUV | 92.43 | 211.85 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 241 | 0.27 | 0.91 | 0 | 0.05 | 282.27 | 0.89 | 0.51 |
| Hex | B0 | 15 | F1 | 1B | 5B | 0 | 5 | 11A | 59 | 33 |
| Octal | 260 | 25 | 361 | 33 | 133 | 0 | 5 | 432 | 131 | 63 |
| Binary | 10110000 | 10101 | 11110001 | 11011 | 1011011 | 0 | 101 | 100011010 | 1011001 | 110011 |
Color Harmonies of #B015F1
Complementary color
Monochromatic Colors of #B015F1
Black with #B015F1
Text Example
Text Example
White with #B015F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015F1; }
p { color: rgb(176,21,241); }
H1.HeaderClassName
{
color: #B015F1;
}
.AnyTagClassName
{
color: #B015F1;
}
</style>
background-color css
<style>
a { background-color: #B015F1; }
a { background-color: rgb(176,21,241); }
div.DivClassName
{
background-color: #B015F1;
}
.BgClassName
{
background-color: #B015F1;
}
</style>
border-color css
<style>
span { border-color: #B015F1; }
span { border-color: rgb(176,21,241); }
td.TdClassName
{
border-color: #B015F1;
}
.TagClassName
{
border-color: #B015F1;
}
</style>