Shades of Electric Purple #B210FC
Tints of Electric Purple #B210FC
RGB
CMYK
RGB Variations
Color information
#B210FC (or 0xB210FC) is known color: Electric Purple. HEX triplet: B2, 10 and FC. RGB value is (178,16,252). Sum of RGB (Red+Green+Blue) = 178+16+252=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #B210FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B210FC is #4DEF03. Grayscale: #5A5A5A. Windows color (decimal): -5107460 or 16519346. OLE color: 16519346.
HSL color Cylindrical-coordinate representation of color #B210FC: hue angle of 281.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B210FC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 16 | 252 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.01 |
| HSL | 281.19º | 0.98% | 0.53% | - |
| HSV(B) | 281.19º | 0.94% | 0.99% | - |
| XYZ | 36.12 | 16.86 | 93.45 | - |
| YUV | 91.34 | 218.67 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 252 | 0.29 | 0.94 | 0 | 0.01 | 281.19 | 0.98 | 0.53 |
| Hex | B2 | 10 | FC | 1D | 5E | 0 | 1 | 119 | 62 | 35 |
| Octal | 262 | 20 | 374 | 35 | 136 | 0 | 1 | 431 | 142 | 65 |
| Binary | 10110010 | 10000 | 11111100 | 11101 | 1011110 | 0 | 1 | 100011001 | 1100010 | 110101 |
Color Harmonies of #B210FC
Complementary color
Monochromatic Colors of #B210FC
Black with #B210FC
Text Example
Text Example
White with #B210FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210FC; }
p { color: rgb(178,16,252); }
H1.HeaderClassName
{
color: #B210FC;
}
.AnyTagClassName
{
color: #B210FC;
}
</style>
background-color css
<style>
a { background-color: #B210FC; }
a { background-color: rgb(178,16,252); }
div.DivClassName
{
background-color: #B210FC;
}
.BgClassName
{
background-color: #B210FC;
}
</style>
border-color css
<style>
span { border-color: #B210FC; }
span { border-color: rgb(178,16,252); }
td.TdClassName
{
border-color: #B210FC;
}
.TagClassName
{
border-color: #B210FC;
}
</style>