Shades of Electric Purple #B00FFC
Tints of Electric Purple #B00FFC
RGB
CMYK
RGB Variations
Color information
#B00FFC (or 0xB00FFC) is known color: Electric Purple. HEX triplet: B0, 0F and FC. RGB value is (176,15,252). Sum of RGB (Red+Green+Blue) = 176+15+252=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #B00FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00FFC is #4FF003. Grayscale: #595959. Windows color (decimal): -5238788 or 16519088. OLE color: 16519088.
HSL color Cylindrical-coordinate representation of color #B00FFC: hue angle of 280.76º 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 #B00FFC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 15 | 252 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.01 |
| HSL | 280.76º | 0.98% | 0.52% | - |
| HSV(B) | 280.76º | 0.94% | 0.99% | - |
| XYZ | 35.65 | 16.6 | 93.42 | - |
| YUV | 90.16 | 219.34 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 15 | 252 | 0.30 | 0.94 | 0 | 0.01 | 280.76 | 0.98 | 0.52 |
| Hex | B0 | F | FC | 1E | 5E | 0 | 1 | 119 | 62 | 34 |
| Octal | 260 | 17 | 374 | 36 | 136 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110000 | 1111 | 11111100 | 11110 | 1011110 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B00FFC
Complementary color
Monochromatic Colors of #B00FFC
Black with #B00FFC
Text Example
Text Example
White with #B00FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00FFC; }
p { color: rgb(176,15,252); }
H1.HeaderClassName
{
color: #B00FFC;
}
.AnyTagClassName
{
color: #B00FFC;
}
</style>
background-color css
<style>
a { background-color: #B00FFC; }
a { background-color: rgb(176,15,252); }
div.DivClassName
{
background-color: #B00FFC;
}
.BgClassName
{
background-color: #B00FFC;
}
</style>
border-color css
<style>
span { border-color: #B00FFC; }
span { border-color: rgb(176,15,252); }
td.TdClassName
{
border-color: #B00FFC;
}
.TagClassName
{
border-color: #B00FFC;
}
</style>