Shades of Electric Purple #B805E3
Tints of Electric Purple #B805E3
RGB
CMYK
RGB Variations
Color information
#B805E3 (or 0xB805E3) is known color: Electric Purple. HEX triplet: B8, 05 and E3. RGB value is (184,5,227). Sum of RGB (Red+Green+Blue) = 184+5+227=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 227 (89.06% from 255 or 54.57% from 416); Max value from RGB is 227 - color contains mainly: blue. Hex color #B805E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805E3 is #47FA1C. Grayscale: #535353. Windows color (decimal): -4717085 or 14878136. OLE color: 14878136.
HSL color Cylindrical-coordinate representation of color #B805E3: hue angle of 288.38º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805E3 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 5 | 227 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.11 |
| HSL | 288.38º | 0.96% | 0.45% | - |
| HSV(B) | 288.38º | 0.98% | 0.89% | - |
| XYZ | 33.69 | 15.84 | 73.96 | - |
| YUV | 83.83 | 208.8 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 227 | 0.19 | 0.98 | 0 | 0.11 | 288.38 | 0.96 | 0.45 |
| Hex | B8 | 5 | E3 | 13 | 62 | 0 | B | 120 | 60 | 2D |
| Octal | 270 | 5 | 343 | 23 | 142 | 0 | 13 | 440 | 140 | 55 |
| Binary | 10111000 | 101 | 11100011 | 10011 | 1100010 | 0 | 1011 | 100100000 | 1100000 | 101101 |
Color Harmonies of #B805E3
Complementary color
Monochromatic Colors of #B805E3
Black with #B805E3
Text Example
Text Example
White with #B805E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805E3; }
p { color: rgb(184,5,227); }
H1.HeaderClassName
{
color: #B805E3;
}
.AnyTagClassName
{
color: #B805E3;
}
</style>
background-color css
<style>
a { background-color: #B805E3; }
a { background-color: rgb(184,5,227); }
div.DivClassName
{
background-color: #B805E3;
}
.BgClassName
{
background-color: #B805E3;
}
</style>
border-color css
<style>
span { border-color: #B805E3; }
span { border-color: rgb(184,5,227); }
td.TdClassName
{
border-color: #B805E3;
}
.TagClassName
{
border-color: #B805E3;
}
</style>