Shades of Electric Purple #B200ED
Tints of Electric Purple #B200ED
RGB
CMYK
RGB Variations
Color information
#B200ED (or 0xB200ED) is known color: Electric Purple. HEX triplet: B2, 00 and ED. RGB value is (178,0,237). Sum of RGB (Red+Green+Blue) = 178+0+237=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #B200ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B200ED is #4DFF12. Grayscale: #4F4F4F. Windows color (decimal): -5111571 or 15532210. OLE color: 15532210.
HSL color Cylindrical-coordinate representation of color #B200ED: hue angle of 285.06º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200ED is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 0 | 237 | - |
| CMYK | 0.25 | 1 | 0 | 0.07 |
| HSL | 285.06º | 1% | 0.46% | - |
| HSV(B) | 285.06º | 1% | 0.93% | - |
| XYZ | 33.65 | 15.58 | 81.35 | - |
| YUV | 80.24 | 216.47 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 237 | 0.25 | 1 | 0 | 0.07 | 285.06 | 1 | 0.46 |
| Hex | B2 | 0 | ED | 19 | 64 | 0 | 7 | 11D | 64 | 2E |
| Octal | 262 | 0 | 355 | 31 | 144 | 0 | 7 | 435 | 144 | 56 |
| Binary | 10110010 | 0 | 11101101 | 11001 | 1100100 | 0 | 111 | 100011101 | 1100100 | 101110 |
Color Harmonies of #B200ED
Complementary color
Monochromatic Colors of #B200ED
Black with #B200ED
Text Example
Text Example
White with #B200ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B200ED; }
p { color: rgb(178,0,237); }
H1.HeaderClassName
{
color: #B200ED;
}
.AnyTagClassName
{
color: #B200ED;
}
</style>
background-color css
<style>
a { background-color: #B200ED; }
a { background-color: rgb(178,0,237); }
div.DivClassName
{
background-color: #B200ED;
}
.BgClassName
{
background-color: #B200ED;
}
</style>
border-color css
<style>
span { border-color: #B200ED; }
span { border-color: rgb(178,0,237); }
td.TdClassName
{
border-color: #B200ED;
}
.TagClassName
{
border-color: #B200ED;
}
</style>