Shades of Electric Purple #B210FD
Tints of Electric Purple #B210FD
RGB
CMYK
RGB Variations
Color information
#B210FD (or 0xB210FD) is known color: Electric Purple. HEX triplet: B2, 10 and FD. RGB value is (178,16,253). Sum of RGB (Red+Green+Blue) = 178+16+253=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #B210FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B210FD is #4DEF02. Grayscale: #5A5A5A. Windows color (decimal): -5107459 or 16584882. OLE color: 16584882.
HSL color Cylindrical-coordinate representation of color #B210FD: hue angle of 281.01º 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 #B210FD is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 16 | 253 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.01 |
| HSL | 281.01º | 0.98% | 0.53% | - |
| HSV(B) | 281.01º | 0.94% | 0.99% | - |
| XYZ | 36.28 | 16.93 | 94.28 | - |
| YUV | 91.46 | 219.17 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 16 | 253 | 0.30 | 0.94 | 0 | 0.01 | 281.01 | 0.98 | 0.53 |
| Hex | B2 | 10 | FD | 1E | 5E | 0 | 1 | 119 | 62 | 35 |
| Octal | 262 | 20 | 375 | 36 | 136 | 0 | 1 | 431 | 142 | 65 |
| Binary | 10110010 | 10000 | 11111101 | 11110 | 1011110 | 0 | 1 | 100011001 | 1100010 | 110101 |
Color Harmonies of #B210FD
Complementary color
Monochromatic Colors of #B210FD
Black with #B210FD
Text Example
Text Example
White with #B210FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B210FD; }
p { color: rgb(178,16,253); }
H1.HeaderClassName
{
color: #B210FD;
}
.AnyTagClassName
{
color: #B210FD;
}
</style>
background-color css
<style>
a { background-color: #B210FD; }
a { background-color: rgb(178,16,253); }
div.DivClassName
{
background-color: #B210FD;
}
.BgClassName
{
background-color: #B210FD;
}
</style>
border-color css
<style>
span { border-color: #B210FD; }
span { border-color: rgb(178,16,253); }
td.TdClassName
{
border-color: #B210FD;
}
.TagClassName
{
border-color: #B210FD;
}
</style>