Shades of Electric Purple #B01CED
Tints of Electric Purple #B01CED
RGB
CMYK
RGB Variations
Color information
#B01CED (or 0xB01CED) is known color: Electric Purple. HEX triplet: B0, 1C and ED. RGB value is (176,28,237). Sum of RGB (Red+Green+Blue) = 176+28+237=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #B01CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01CED is #4FE312. Grayscale: #5F5F5F. Windows color (decimal): -5235475 or 15539376. OLE color: 15539376.
HSL color Cylindrical-coordinate representation of color #B01CED: hue angle of 282.49º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01CED is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 28 | 237 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.07 |
| HSL | 282.49º | 0.85% | 0.52% | - |
| HSV(B) | 282.49º | 0.88% | 0.93% | - |
| XYZ | 33.61 | 16.18 | 81.47 | - |
| YUV | 96.08 | 207.53 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 237 | 0.26 | 0.88 | 0 | 0.07 | 282.49 | 0.85 | 0.52 |
| Hex | B0 | 1C | ED | 1A | 58 | 0 | 7 | 11A | 55 | 34 |
| Octal | 260 | 34 | 355 | 32 | 130 | 0 | 7 | 432 | 125 | 64 |
| Binary | 10110000 | 11100 | 11101101 | 11010 | 1011000 | 0 | 111 | 100011010 | 1010101 | 110100 |
Color Harmonies of #B01CED
Complementary color
Monochromatic Colors of #B01CED
Black with #B01CED
Text Example
Text Example
White with #B01CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CED; }
p { color: rgb(176,28,237); }
H1.HeaderClassName
{
color: #B01CED;
}
.AnyTagClassName
{
color: #B01CED;
}
</style>
background-color css
<style>
a { background-color: #B01CED; }
a { background-color: rgb(176,28,237); }
div.DivClassName
{
background-color: #B01CED;
}
.BgClassName
{
background-color: #B01CED;
}
</style>
border-color css
<style>
span { border-color: #B01CED; }
span { border-color: rgb(176,28,237); }
td.TdClassName
{
border-color: #B01CED;
}
.TagClassName
{
border-color: #B01CED;
}
</style>