Shades of Electric Purple #B00FE4
Tints of Electric Purple #B00FE4
RGB
CMYK
RGB Variations
Color information
#B00FE4 (or 0xB00FE4) is known color: Electric Purple. HEX triplet: B0, 0F and E4. RGB value is (176,15,228). Sum of RGB (Red+Green+Blue) = 176+15+228=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #B00FE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FE4 is #4FF01B. Grayscale: #565656. Windows color (decimal): -5238812 or 14946224. OLE color: 14946224.
HSL color Cylindrical-coordinate representation of color #B00FE4: hue angle of 285.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00FE4 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 15 | 228 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.11 |
| HSL | 285.35º | 0.88% | 0.48% | - |
| HSV(B) | 285.35º | 0.93% | 0.89% | - |
| XYZ | 32.08 | 15.17 | 74.64 | - |
| YUV | 87.42 | 207.34 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 228 | 0.23 | 0.93 | 0 | 0.11 | 285.35 | 0.88 | 0.48 |
| Hex | B0 | F | E4 | 17 | 5D | 0 | B | 11D | 58 | 30 |
| Octal | 260 | 17 | 344 | 27 | 135 | 0 | 13 | 435 | 130 | 60 |
| Binary | 10110000 | 1111 | 11100100 | 10111 | 1011101 | 0 | 1011 | 100011101 | 1011000 | 110000 |
Color Harmonies of #B00FE4
Complementary color
Monochromatic Colors of #B00FE4
Black with #B00FE4
Text Example
Text Example
White with #B00FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FE4; }
p { color: rgb(176,15,228); }
H1.HeaderClassName
{
color: #B00FE4;
}
.AnyTagClassName
{
color: #B00FE4;
}
</style>
background-color css
<style>
a { background-color: #B00FE4; }
a { background-color: rgb(176,15,228); }
div.DivClassName
{
background-color: #B00FE4;
}
.BgClassName
{
background-color: #B00FE4;
}
</style>
border-color css
<style>
span { border-color: #B00FE4; }
span { border-color: rgb(176,15,228); }
td.TdClassName
{
border-color: #B00FE4;
}
.TagClassName
{
border-color: #B00FE4;
}
</style>