Shades of Electric Purple #B200EE
Tints of Electric Purple #B200EE
RGB
CMYK
RGB Variations
Color information
#B200EE (or 0xB200EE) is known color: Electric Purple. HEX triplet: B2, 00 and EE. RGB value is (178,0,238). Sum of RGB (Red+Green+Blue) = 178+0+238=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #B200EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B200EE is #4DFF11. Grayscale: #4F4F4F. Windows color (decimal): -5111570 or 15597746. OLE color: 15597746.
HSL color Cylindrical-coordinate representation of color #B200EE: hue angle of 284.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200EE is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 0 | 238 | - |
| CMYK | 0.25 | 1 | 0 | 0.07 |
| HSL | 284.87º | 1% | 0.47% | - |
| HSV(B) | 284.87º | 1% | 0.93% | - |
| XYZ | 33.79 | 15.64 | 82.13 | - |
| YUV | 80.35 | 216.97 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 238 | 0.25 | 1 | 0 | 0.07 | 284.87 | 1 | 0.47 |
| Hex | B2 | 0 | EE | 19 | 64 | 0 | 7 | 11D | 64 | 2F |
| Octal | 262 | 0 | 356 | 31 | 144 | 0 | 7 | 435 | 144 | 57 |
| Binary | 10110010 | 0 | 11101110 | 11001 | 1100100 | 0 | 111 | 100011101 | 1100100 | 101111 |
Color Harmonies of #B200EE
Complementary color
Monochromatic Colors of #B200EE
Black with #B200EE
Text Example
Text Example
White with #B200EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B200EE; }
p { color: rgb(178,0,238); }
H1.HeaderClassName
{
color: #B200EE;
}
.AnyTagClassName
{
color: #B200EE;
}
</style>
background-color css
<style>
a { background-color: #B200EE; }
a { background-color: rgb(178,0,238); }
div.DivClassName
{
background-color: #B200EE;
}
.BgClassName
{
background-color: #B200EE;
}
</style>
border-color css
<style>
span { border-color: #B200EE; }
span { border-color: rgb(178,0,238); }
td.TdClassName
{
border-color: #B200EE;
}
.TagClassName
{
border-color: #B200EE;
}
</style>