Shades of Electric Purple #B210F6
Tints of Electric Purple #B210F6
RGB
CMYK
RGB Variations
Color information
#B210F6 (or 0xB210F6) is known color: Electric Purple. HEX triplet: B2, 10 and F6. RGB value is (178,16,246). Sum of RGB (Red+Green+Blue) = 178+16+246=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #B210F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B210F6 is #4DEF09. Grayscale: #595959. Windows color (decimal): -5107466 or 16126130. OLE color: 16126130.
HSL color Cylindrical-coordinate representation of color #B210F6: hue angle of 282.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B210F6 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 16 | 246 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.04 |
| HSL | 282.26º | 0.93% | 0.51% | - |
| HSV(B) | 282.26º | 0.93% | 0.96% | - |
| XYZ | 35.18 | 16.49 | 88.52 | - |
| YUV | 90.66 | 215.67 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 246 | 0.28 | 0.93 | 0 | 0.04 | 282.26 | 0.93 | 0.51 |
| Hex | B2 | 10 | F6 | 1C | 5D | 0 | 4 | 11A | 5D | 33 |
| Octal | 262 | 20 | 366 | 34 | 135 | 0 | 4 | 432 | 135 | 63 |
| Binary | 10110010 | 10000 | 11110110 | 11100 | 1011101 | 0 | 100 | 100011010 | 1011101 | 110011 |
Color Harmonies of #B210F6
Complementary color
Monochromatic Colors of #B210F6
Black with #B210F6
Text Example
Text Example
White with #B210F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210F6; }
p { color: rgb(178,16,246); }
H1.HeaderClassName
{
color: #B210F6;
}
.AnyTagClassName
{
color: #B210F6;
}
</style>
background-color css
<style>
a { background-color: #B210F6; }
a { background-color: rgb(178,16,246); }
div.DivClassName
{
background-color: #B210F6;
}
.BgClassName
{
background-color: #B210F6;
}
</style>
border-color css
<style>
span { border-color: #B210F6; }
span { border-color: rgb(178,16,246); }
td.TdClassName
{
border-color: #B210F6;
}
.TagClassName
{
border-color: #B210F6;
}
</style>