Shades of Electric Purple #B01CF2
Tints of Electric Purple #B01CF2
RGB
CMYK
RGB Variations
Color information
#B01CF2 (or 0xB01CF2) is known color: Electric Purple. HEX triplet: B0, 1C and F2. RGB value is (176,28,242). Sum of RGB (Red+Green+Blue) = 176+28+242=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #B01CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01CF2 is #4FE30D. Grayscale: #5F5F5F. Windows color (decimal): -5235470 or 15867056. OLE color: 15867056.
HSL color Cylindrical-coordinate representation of color #B01CF2: hue angle of 281.5º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01CF2 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 28 | 242 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.05 |
| HSL | 281.5º | 0.89% | 0.53% | - |
| HSV(B) | 281.5º | 0.88% | 0.95% | - |
| XYZ | 34.35 | 16.47 | 85.37 | - |
| YUV | 96.65 | 210.03 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 242 | 0.27 | 0.88 | 0 | 0.05 | 281.5 | 0.89 | 0.53 |
| Hex | B0 | 1C | F2 | 1B | 58 | 0 | 5 | 119 | 59 | 35 |
| Octal | 260 | 34 | 362 | 33 | 130 | 0 | 5 | 431 | 131 | 65 |
| Binary | 10110000 | 11100 | 11110010 | 11011 | 1011000 | 0 | 101 | 100011001 | 1011001 | 110101 |
Color Harmonies of #B01CF2
Complementary color
Monochromatic Colors of #B01CF2
Black with #B01CF2
Text Example
Text Example
White with #B01CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CF2; }
p { color: rgb(176,28,242); }
H1.HeaderClassName
{
color: #B01CF2;
}
.AnyTagClassName
{
color: #B01CF2;
}
</style>
background-color css
<style>
a { background-color: #B01CF2; }
a { background-color: rgb(176,28,242); }
div.DivClassName
{
background-color: #B01CF2;
}
.BgClassName
{
background-color: #B01CF2;
}
</style>
border-color css
<style>
span { border-color: #B01CF2; }
span { border-color: rgb(176,28,242); }
td.TdClassName
{
border-color: #B01CF2;
}
.TagClassName
{
border-color: #B01CF2;
}
</style>