Shades of Electric Purple #B205FD
Tints of Electric Purple #B205FD
RGB
CMYK
RGB Variations
Color information
#B205FD (or 0xB205FD) is known color: Electric Purple. HEX triplet: B2, 05 and FD. RGB value is (178,5,253). Sum of RGB (Red+Green+Blue) = 178+5+253=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #B205FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B205FD is #4DFA02. Grayscale: #545454. Windows color (decimal): -5110275 or 16582066. OLE color: 16582066.
HSL color Cylindrical-coordinate representation of color #B205FD: hue angle of 281.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205FD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 5 | 253 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.01 |
| HSL | 281.85º | 0.98% | 0.51% | - |
| HSV(B) | 281.85º | 0.98% | 0.99% | - |
| XYZ | 36.14 | 16.67 | 94.24 | - |
| YUV | 85 | 222.81 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 253 | 0.30 | 0.98 | 0 | 0.01 | 281.85 | 0.98 | 0.51 |
| Hex | B2 | 5 | FD | 1E | 62 | 0 | 1 | 11A | 62 | 33 |
| Octal | 262 | 5 | 375 | 36 | 142 | 0 | 1 | 432 | 142 | 63 |
| Binary | 10110010 | 101 | 11111101 | 11110 | 1100010 | 0 | 1 | 100011010 | 1100010 | 110011 |
Color Harmonies of #B205FD
Complementary color
Monochromatic Colors of #B205FD
Black with #B205FD
Text Example
Text Example
White with #B205FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B205FD; }
p { color: rgb(178,5,253); }
H1.HeaderClassName
{
color: #B205FD;
}
.AnyTagClassName
{
color: #B205FD;
}
</style>
background-color css
<style>
a { background-color: #B205FD; }
a { background-color: rgb(178,5,253); }
div.DivClassName
{
background-color: #B205FD;
}
.BgClassName
{
background-color: #B205FD;
}
</style>
border-color css
<style>
span { border-color: #B205FD; }
span { border-color: rgb(178,5,253); }
td.TdClassName
{
border-color: #B205FD;
}
.TagClassName
{
border-color: #B205FD;
}
</style>