Shades of Electric Purple #B00FFF
Tints of Electric Purple #B00FFF
RGB
CMYK
RGB Variations
Color information
#B00FFF (or 0xB00FFF) is known color: Electric Purple. HEX triplet: B0, 0F and FF. RGB value is (176,15,255). Sum of RGB (Red+Green+Blue) = 176+15+255=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #B00FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00FFF is #4FF000. Grayscale: #595959. Windows color (decimal): -5238785 or 16715696. OLE color: 16715696.
HSL color Cylindrical-coordinate representation of color #B00FFF: hue angle of 280.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00FFF is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 15 | 255 | - |
| CMYK | 0.31 | 0.94 | 0 | 0 |
| HSL | 280.25º | 1% | 0.53% | - |
| HSV(B) | 280.25º | 0.94% | 1% | - |
| XYZ | 36.13 | 16.79 | 95.94 | - |
| YUV | 90.5 | 220.84 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 255 | 0.31 | 0.94 | 0 | 0 | 280.25 | 1 | 0.53 |
| Hex | B0 | F | FF | 1F | 5E | 0 | 0 | 118 | 64 | 35 |
| Octal | 260 | 17 | 377 | 37 | 136 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10110000 | 1111 | 11111111 | 11111 | 1011110 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #B00FFF
Complementary color
Monochromatic Colors of #B00FFF
Black with #B00FFF
Text Example
Text Example
White with #B00FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FFF; }
p { color: rgb(176,15,255); }
H1.HeaderClassName
{
color: #B00FFF;
}
.AnyTagClassName
{
color: #B00FFF;
}
</style>
background-color css
<style>
a { background-color: #B00FFF; }
a { background-color: rgb(176,15,255); }
div.DivClassName
{
background-color: #B00FFF;
}
.BgClassName
{
background-color: #B00FFF;
}
</style>
border-color css
<style>
span { border-color: #B00FFF; }
span { border-color: rgb(176,15,255); }
td.TdClassName
{
border-color: #B00FFF;
}
.TagClassName
{
border-color: #B00FFF;
}
</style>