Shades of Electric Purple #B206E1
Tints of Electric Purple #B206E1
RGB
CMYK
RGB Variations
Color information
#B206E1 (or 0xB206E1) is known color: Electric Purple. HEX triplet: B2, 06 and E1. RGB value is (178,6,225). Sum of RGB (Red+Green+Blue) = 178+6+225=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #B206E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206E1 is #4DF91E. Grayscale: #515151. Windows color (decimal): -5110047 or 14747314. OLE color: 14747314.
HSL color Cylindrical-coordinate representation of color #B206E1: hue angle of 287.12º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B206E1 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 6 | 225 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.12 |
| HSL | 287.12º | 0.95% | 0.45% | - |
| HSV(B) | 287.12º | 0.97% | 0.88% | - |
| XYZ | 32.02 | 15.03 | 72.45 | - |
| YUV | 82.39 | 208.48 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 225 | 0.21 | 0.97 | 0 | 0.12 | 287.12 | 0.95 | 0.45 |
| Hex | B2 | 6 | E1 | 15 | 61 | 0 | C | 11F | 5F | 2D |
| Octal | 262 | 6 | 341 | 25 | 141 | 0 | 14 | 437 | 137 | 55 |
| Binary | 10110010 | 110 | 11100001 | 10101 | 1100001 | 0 | 1100 | 100011111 | 1011111 | 101101 |
Color Harmonies of #B206E1
Complementary color
Monochromatic Colors of #B206E1
Black with #B206E1
Text Example
Text Example
White with #B206E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B206E1; }
p { color: rgb(178,6,225); }
H1.HeaderClassName
{
color: #B206E1;
}
.AnyTagClassName
{
color: #B206E1;
}
</style>
background-color css
<style>
a { background-color: #B206E1; }
a { background-color: rgb(178,6,225); }
div.DivClassName
{
background-color: #B206E1;
}
.BgClassName
{
background-color: #B206E1;
}
</style>
border-color css
<style>
span { border-color: #B206E1; }
span { border-color: rgb(178,6,225); }
td.TdClassName
{
border-color: #B206E1;
}
.TagClassName
{
border-color: #B206E1;
}
</style>