Shades of Electric Purple #B01CFF
Tints of Electric Purple #B01CFF
RGB
CMYK
RGB Variations
Color information
#B01CFF (or 0xB01CFF) is known color: Electric Purple. HEX triplet: B0, 1C and FF. RGB value is (176,28,255). Sum of RGB (Red+Green+Blue) = 176+28+255=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #B01CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01CFF is #4FE300. Grayscale: #616161. Windows color (decimal): -5235457 or 16719024. OLE color: 16719024.
HSL color Cylindrical-coordinate representation of color #B01CFF: hue angle of 279.12º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01CFF is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 28 | 255 | - |
| CMYK | 0.31 | 0.89 | 0 | 0 |
| HSL | 279.12º | 1% | 0.55% | - |
| HSV(B) | 279.12º | 0.89% | 1% | - |
| XYZ | 36.37 | 17.28 | 96.03 | - |
| YUV | 98.13 | 216.53 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 255 | 0.31 | 0.89 | 0 | 0 | 279.12 | 1 | 0.55 |
| Hex | B0 | 1C | FF | 1F | 59 | 0 | 0 | 117 | 64 | 37 |
| Octal | 260 | 34 | 377 | 37 | 131 | 0 | 0 | 427 | 144 | 67 |
| Binary | 10110000 | 11100 | 11111111 | 11111 | 1011001 | 0 | 0 | 100010111 | 1100100 | 110111 |
Color Harmonies of #B01CFF
Complementary color
Monochromatic Colors of #B01CFF
Black with #B01CFF
Text Example
Text Example
White with #B01CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CFF; }
p { color: rgb(176,28,255); }
H1.HeaderClassName
{
color: #B01CFF;
}
.AnyTagClassName
{
color: #B01CFF;
}
</style>
background-color css
<style>
a { background-color: #B01CFF; }
a { background-color: rgb(176,28,255); }
div.DivClassName
{
background-color: #B01CFF;
}
.BgClassName
{
background-color: #B01CFF;
}
</style>
border-color css
<style>
span { border-color: #B01CFF; }
span { border-color: rgb(176,28,255); }
td.TdClassName
{
border-color: #B01CFF;
}
.TagClassName
{
border-color: #B01CFF;
}
</style>