Shades of Electric Purple #B005FC
Tints of Electric Purple #B005FC
RGB
CMYK
RGB Variations
Color information
#B005FC (or 0xB005FC) is known color: Electric Purple. HEX triplet: B0, 05 and FC. RGB value is (176,5,252). Sum of RGB (Red+Green+Blue) = 176+5+252=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #B005FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005FC is #4FFA03. Grayscale: #535353. Windows color (decimal): -5241348 or 16516528. OLE color: 16516528.
HSL color Cylindrical-coordinate representation of color #B005FC: hue angle of 281.54º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005FC is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 5 | 252 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.01 |
| HSL | 281.54º | 0.98% | 0.5% | - |
| HSV(B) | 281.54º | 0.98% | 0.99% | - |
| XYZ | 35.53 | 16.37 | 93.38 | - |
| YUV | 84.29 | 222.65 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 252 | 0.30 | 0.98 | 0 | 0.01 | 281.54 | 0.98 | 0.5 |
| Hex | B0 | 5 | FC | 1E | 62 | 0 | 1 | 11A | 62 | 32 |
| Octal | 260 | 5 | 374 | 36 | 142 | 0 | 1 | 432 | 142 | 62 |
| Binary | 10110000 | 101 | 11111100 | 11110 | 1100010 | 0 | 1 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B005FC
Complementary color
Monochromatic Colors of #B005FC
Black with #B005FC
Text Example
Text Example
White with #B005FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005FC; }
p { color: rgb(176,5,252); }
H1.HeaderClassName
{
color: #B005FC;
}
.AnyTagClassName
{
color: #B005FC;
}
</style>
background-color css
<style>
a { background-color: #B005FC; }
a { background-color: rgb(176,5,252); }
div.DivClassName
{
background-color: #B005FC;
}
.BgClassName
{
background-color: #B005FC;
}
</style>
border-color css
<style>
span { border-color: #B005FC; }
span { border-color: rgb(176,5,252); }
td.TdClassName
{
border-color: #B005FC;
}
.TagClassName
{
border-color: #B005FC;
}
</style>