Shades of Electric Purple #B205FE
Tints of Electric Purple #B205FE
RGB
CMYK
RGB Variations
Color information
#B205FE (or 0xB205FE) is known color: Electric Purple. HEX triplet: B2, 05 and FE. RGB value is (178,5,254). Sum of RGB (Red+Green+Blue) = 178+5+254=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #B205FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B205FE is #4DFA01. Grayscale: #545454. Windows color (decimal): -5110274 or 16647602. OLE color: 16647602.
HSL color Cylindrical-coordinate representation of color #B205FE: hue angle of 281.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205FE is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 5 | 254 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.00 |
| HSL | 281.69º | 0.99% | 0.51% | - |
| HSV(B) | 281.69º | 0.98% | 1% | - |
| XYZ | 36.3 | 16.73 | 95.08 | - |
| YUV | 85.11 | 223.31 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 254 | 0.30 | 0.98 | 0 | 0.00 | 281.69 | 0.99 | 0.51 |
| Hex | B2 | 5 | FE | 1E | 62 | 0 | 0 | 11A | 63 | 33 |
| Octal | 262 | 5 | 376 | 36 | 142 | 0 | 0 | 432 | 143 | 63 |
| Binary | 10110010 | 101 | 11111110 | 11110 | 1100010 | 0 | 0 | 100011010 | 1100011 | 110011 |
Color Harmonies of #B205FE
Complementary color
Monochromatic Colors of #B205FE
Black with #B205FE
Text Example
Text Example
White with #B205FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205FE; }
p { color: rgb(178,5,254); }
H1.HeaderClassName
{
color: #B205FE;
}
.AnyTagClassName
{
color: #B205FE;
}
</style>
background-color css
<style>
a { background-color: #B205FE; }
a { background-color: rgb(178,5,254); }
div.DivClassName
{
background-color: #B205FE;
}
.BgClassName
{
background-color: #B205FE;
}
</style>
border-color css
<style>
span { border-color: #B205FE; }
span { border-color: rgb(178,5,254); }
td.TdClassName
{
border-color: #B205FE;
}
.TagClassName
{
border-color: #B205FE;
}
</style>