Shades of Electric Purple #B800E6
Tints of Electric Purple #B800E6
RGB
CMYK
RGB Variations
Color information
#B800E6 (or 0xB800E6) is known color: Electric Purple. HEX triplet: B8, 00 and E6. RGB value is (184,0,230). Sum of RGB (Red+Green+Blue) = 184+0+230=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #B800E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800E6 is #47FF19. Grayscale: #505050. Windows color (decimal): -4718362 or 15073464. OLE color: 15073464.
HSL color Cylindrical-coordinate representation of color #B800E6: hue angle of 288º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800E6 is Cyan = 0.2, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 0 | 230 | - |
| CMYK | 0.2 | 1 | 0 | 0.10 |
| HSL | 288º | 1% | 0.45% | - |
| HSV(B) | 288º | 1% | 0.9% | - |
| XYZ | 34.05 | 15.9 | 76.14 | - |
| YUV | 81.24 | 211.96 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 230 | 0.2 | 1 | 0 | 0.10 | 288 | 1 | 0.45 |
| Hex | B8 | 0 | E6 | 14 | 64 | 0 | A | 120 | 64 | 2D |
| Octal | 270 | 0 | 346 | 24 | 144 | 0 | 12 | 440 | 144 | 55 |
| Binary | 10111000 | 0 | 11100110 | 10100 | 1100100 | 0 | 1010 | 100100000 | 1100100 | 101101 |
Color Harmonies of #B800E6
Complementary color
Monochromatic Colors of #B800E6
Black with #B800E6
Text Example
Text Example
White with #B800E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800E6; }
p { color: rgb(184,0,230); }
H1.HeaderClassName
{
color: #B800E6;
}
.AnyTagClassName
{
color: #B800E6;
}
</style>
background-color css
<style>
a { background-color: #B800E6; }
a { background-color: rgb(184,0,230); }
div.DivClassName
{
background-color: #B800E6;
}
.BgClassName
{
background-color: #B800E6;
}
</style>
border-color css
<style>
span { border-color: #B800E6; }
span { border-color: rgb(184,0,230); }
td.TdClassName
{
border-color: #B800E6;
}
.TagClassName
{
border-color: #B800E6;
}
</style>