Shades of Electric Purple #B206FA
Tints of Electric Purple #B206FA
RGB
CMYK
RGB Variations
Color information
#B206FA (or 0xB206FA) is known color: Electric Purple. HEX triplet: B2, 06 and FA. RGB value is (178,6,250). Sum of RGB (Red+Green+Blue) = 178+6+250=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #B206FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B206FA is #4DF905. Grayscale: #545454. Windows color (decimal): -5110022 or 16385714. OLE color: 16385714.
HSL color Cylindrical-coordinate representation of color #B206FA: hue angle of 282.3º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B206FA is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 6 | 250 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.02 |
| HSL | 282.3º | 0.96% | 0.5% | - |
| HSV(B) | 282.3º | 0.98% | 0.98% | - |
| XYZ | 35.68 | 16.5 | 91.75 | - |
| YUV | 85.24 | 220.98 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 250 | 0.29 | 0.98 | 0 | 0.02 | 282.3 | 0.96 | 0.5 |
| Hex | B2 | 6 | FA | 1D | 62 | 0 | 2 | 11A | 60 | 32 |
| Octal | 262 | 6 | 372 | 35 | 142 | 0 | 2 | 432 | 140 | 62 |
| Binary | 10110010 | 110 | 11111010 | 11101 | 1100010 | 0 | 10 | 100011010 | 1100000 | 110010 |
Color Harmonies of #B206FA
Complementary color
Monochromatic Colors of #B206FA
Black with #B206FA
Text Example
Text Example
White with #B206FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B206FA; }
p { color: rgb(178,6,250); }
H1.HeaderClassName
{
color: #B206FA;
}
.AnyTagClassName
{
color: #B206FA;
}
</style>
background-color css
<style>
a { background-color: #B206FA; }
a { background-color: rgb(178,6,250); }
div.DivClassName
{
background-color: #B206FA;
}
.BgClassName
{
background-color: #B206FA;
}
</style>
border-color css
<style>
span { border-color: #B206FA; }
span { border-color: rgb(178,6,250); }
td.TdClassName
{
border-color: #B206FA;
}
.TagClassName
{
border-color: #B206FA;
}
</style>