Shades of Electric Purple #B20BFD
Tints of Electric Purple #B20BFD
RGB
CMYK
RGB Variations
Color information
#B20BFD (or 0xB20BFD) is known color: Electric Purple. HEX triplet: B2, 0B and FD. RGB value is (178,11,253). Sum of RGB (Red+Green+Blue) = 178+11+253=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #B20BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20BFD is #4DF402. Grayscale: #575757. Windows color (decimal): -5108739 or 16583602. OLE color: 16583602.
HSL color Cylindrical-coordinate representation of color #B20BFD: hue angle of 281.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20BFD is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 11 | 253 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.01 |
| HSL | 281.41º | 0.98% | 0.52% | - |
| HSV(B) | 281.41º | 0.96% | 0.99% | - |
| XYZ | 36.21 | 16.8 | 94.26 | - |
| YUV | 88.52 | 220.83 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 11 | 253 | 0.30 | 0.96 | 0 | 0.01 | 281.41 | 0.98 | 0.52 |
| Hex | B2 | B | FD | 1E | 60 | 0 | 1 | 119 | 62 | 34 |
| Octal | 262 | 13 | 375 | 36 | 140 | 0 | 1 | 431 | 142 | 64 |
| Binary | 10110010 | 1011 | 11111101 | 11110 | 1100000 | 0 | 1 | 100011001 | 1100010 | 110100 |
Color Harmonies of #B20BFD
Complementary color
Monochromatic Colors of #B20BFD
Black with #B20BFD
Text Example
Text Example
White with #B20BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20BFD; }
p { color: rgb(178,11,253); }
H1.HeaderClassName
{
color: #B20BFD;
}
.AnyTagClassName
{
color: #B20BFD;
}
</style>
background-color css
<style>
a { background-color: #B20BFD; }
a { background-color: rgb(178,11,253); }
div.DivClassName
{
background-color: #B20BFD;
}
.BgClassName
{
background-color: #B20BFD;
}
</style>
border-color css
<style>
span { border-color: #B20BFD; }
span { border-color: rgb(178,11,253); }
td.TdClassName
{
border-color: #B20BFD;
}
.TagClassName
{
border-color: #B20BFD;
}
</style>