Shades of Electric Purple #B206FD
Tints of Electric Purple #B206FD
RGB
CMYK
RGB Variations
Color information
#B206FD (or 0xB206FD) is known color: Electric Purple. HEX triplet: B2, 06 and FD. RGB value is (178,6,253). Sum of RGB (Red+Green+Blue) = 178+6+253=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 6 (2.73% from 255 or 1.37% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #B206FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B206FD is #4DF902. Grayscale: #545454. Windows color (decimal): -5110019 or 16582322. OLE color: 16582322.
HSL color Cylindrical-coordinate representation of color #B206FD: hue angle of 281.78º 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 #B206FD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 6 | 253 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.01 |
| HSL | 281.78º | 0.98% | 0.51% | - |
| HSV(B) | 281.78º | 0.98% | 0.99% | - |
| XYZ | 36.15 | 16.69 | 94.24 | - |
| YUV | 85.59 | 222.48 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 253 | 0.30 | 0.98 | 0 | 0.01 | 281.78 | 0.98 | 0.51 |
| Hex | B2 | 6 | FD | 1E | 62 | 0 | 1 | 11A | 62 | 33 |
| Octal | 262 | 6 | 375 | 36 | 142 | 0 | 1 | 432 | 142 | 63 |
| Binary | 10110010 | 110 | 11111101 | 11110 | 1100010 | 0 | 1 | 100011010 | 1100010 | 110011 |
Color Harmonies of #B206FD
Complementary color
Monochromatic Colors of #B206FD
Black with #B206FD
Text Example
Text Example
White with #B206FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B206FD; }
p { color: rgb(178,6,253); }
H1.HeaderClassName
{
color: #B206FD;
}
.AnyTagClassName
{
color: #B206FD;
}
</style>
background-color css
<style>
a { background-color: #B206FD; }
a { background-color: rgb(178,6,253); }
div.DivClassName
{
background-color: #B206FD;
}
.BgClassName
{
background-color: #B206FD;
}
</style>
border-color css
<style>
span { border-color: #B206FD; }
span { border-color: rgb(178,6,253); }
td.TdClassName
{
border-color: #B206FD;
}
.TagClassName
{
border-color: #B206FD;
}
</style>