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