Shades of Electric Purple #B00EFC
Tints of Electric Purple #B00EFC
RGB
CMYK
RGB Variations
Color information
#B00EFC (or 0xB00EFC) is known color: Electric Purple. HEX triplet: B0, 0E and FC. RGB value is (176,14,252). Sum of RGB (Red+Green+Blue) = 176+14+252=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #B00EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00EFC is #4FF103. Grayscale: #585858. Windows color (decimal): -5239044 or 16518832. OLE color: 16518832.
HSL color Cylindrical-coordinate representation of color #B00EFC: hue angle of 280.84º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00EFC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 14 | 252 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.01 |
| HSL | 280.84º | 0.98% | 0.52% | - |
| HSV(B) | 280.84º | 0.94% | 0.99% | - |
| XYZ | 35.63 | 16.57 | 93.42 | - |
| YUV | 89.57 | 219.67 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 252 | 0.30 | 0.94 | 0 | 0.01 | 280.84 | 0.98 | 0.52 |
| Hex | B0 | E | FC | 1E | 5E | 0 | 1 | 119 | 62 | 34 |
| Octal | 260 | 16 | 374 | 36 | 136 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110000 | 1110 | 11111100 | 11110 | 1011110 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B00EFC
Complementary color
Monochromatic Colors of #B00EFC
Black with #B00EFC
Text Example
Text Example
White with #B00EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EFC; }
p { color: rgb(176,14,252); }
H1.HeaderClassName
{
color: #B00EFC;
}
.AnyTagClassName
{
color: #B00EFC;
}
</style>
background-color css
<style>
a { background-color: #B00EFC; }
a { background-color: rgb(176,14,252); }
div.DivClassName
{
background-color: #B00EFC;
}
.BgClassName
{
background-color: #B00EFC;
}
</style>
border-color css
<style>
span { border-color: #B00EFC; }
span { border-color: rgb(176,14,252); }
td.TdClassName
{
border-color: #B00EFC;
}
.TagClassName
{
border-color: #B00EFC;
}
</style>