Shades of Electric Purple #B00EFD
Tints of Electric Purple #B00EFD
RGB
CMYK
RGB Variations
Color information
#B00EFD (or 0xB00EFD) is known color: Electric Purple. HEX triplet: B0, 0E and FD. RGB value is (176,14,253). Sum of RGB (Red+Green+Blue) = 176+14+253=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #B00EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00EFD is #4FF102. Grayscale: #585858. Windows color (decimal): -5239043 or 16584368. OLE color: 16584368.
HSL color Cylindrical-coordinate representation of color #B00EFD: hue angle of 280.67º 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 #B00EFD is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 14 | 253 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.01 |
| HSL | 280.67º | 0.98% | 0.52% | - |
| HSV(B) | 280.67º | 0.94% | 0.99% | - |
| XYZ | 35.79 | 16.64 | 94.25 | - |
| YUV | 89.68 | 220.17 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 14 | 253 | 0.30 | 0.94 | 0 | 0.01 | 280.67 | 0.98 | 0.52 |
| Hex | B0 | E | FD | 1E | 5E | 0 | 1 | 119 | 62 | 34 |
| Octal | 260 | 16 | 375 | 36 | 136 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110000 | 1110 | 11111101 | 11110 | 1011110 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B00EFD
Complementary color
Monochromatic Colors of #B00EFD
Black with #B00EFD
Text Example
Text Example
White with #B00EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00EFD; }
p { color: rgb(176,14,253); }
H1.HeaderClassName
{
color: #B00EFD;
}
.AnyTagClassName
{
color: #B00EFD;
}
</style>
background-color css
<style>
a { background-color: #B00EFD; }
a { background-color: rgb(176,14,253); }
div.DivClassName
{
background-color: #B00EFD;
}
.BgClassName
{
background-color: #B00EFD;
}
</style>
border-color css
<style>
span { border-color: #B00EFD; }
span { border-color: rgb(176,14,253); }
td.TdClassName
{
border-color: #B00EFD;
}
.TagClassName
{
border-color: #B00EFD;
}
</style>