Shades of Electric Purple #B207EE
Tints of Electric Purple #B207EE
RGB
CMYK
RGB Variations
Color information
#B207EE (or 0xB207EE) is known color: Electric Purple. HEX triplet: B2, 07 and EE. RGB value is (178,7,238). Sum of RGB (Red+Green+Blue) = 178+7+238=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #B207EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B207EE is #4DF811. Grayscale: #535353. Windows color (decimal): -5109778 or 15599538. OLE color: 15599538.
HSL color Cylindrical-coordinate representation of color #B207EE: hue angle of 284.42º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B207EE is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 7 | 238 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.07 |
| HSL | 284.42º | 0.94% | 0.48% | - |
| HSV(B) | 284.42º | 0.97% | 0.93% | - |
| XYZ | 33.87 | 15.79 | 82.15 | - |
| YUV | 84.46 | 214.65 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 238 | 0.25 | 0.97 | 0 | 0.07 | 284.42 | 0.94 | 0.48 |
| Hex | B2 | 7 | EE | 19 | 61 | 0 | 7 | 11C | 5E | 30 |
| Octal | 262 | 7 | 356 | 31 | 141 | 0 | 7 | 434 | 136 | 60 |
| Binary | 10110010 | 111 | 11101110 | 11001 | 1100001 | 0 | 111 | 100011100 | 1011110 | 110000 |
Color Harmonies of #B207EE
Complementary color
Monochromatic Colors of #B207EE
Black with #B207EE
Text Example
Text Example
White with #B207EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B207EE; }
p { color: rgb(178,7,238); }
H1.HeaderClassName
{
color: #B207EE;
}
.AnyTagClassName
{
color: #B207EE;
}
</style>
background-color css
<style>
a { background-color: #B207EE; }
a { background-color: rgb(178,7,238); }
div.DivClassName
{
background-color: #B207EE;
}
.BgClassName
{
background-color: #B207EE;
}
</style>
border-color css
<style>
span { border-color: #B207EE; }
span { border-color: rgb(178,7,238); }
td.TdClassName
{
border-color: #B207EE;
}
.TagClassName
{
border-color: #B207EE;
}
</style>