Shades of Electric Purple #B705EE
Tints of Electric Purple #B705EE
RGB
CMYK
RGB Variations
Color information
#B705EE (or 0xB705EE) is known color: Electric Purple. HEX triplet: B7, 05 and EE. RGB value is (183,5,238). Sum of RGB (Red+Green+Blue) = 183+5+238=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #B705EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B705EE is #48FA11. Grayscale: #545454. Windows color (decimal): -4782610 or 15599031. OLE color: 15599031.
HSL color Cylindrical-coordinate representation of color #B705EE: hue angle of 285.84º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705EE is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 5 | 238 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.07 |
| HSL | 285.84º | 0.96% | 0.48% | - |
| HSV(B) | 285.84º | 0.98% | 0.93% | - |
| XYZ | 35.02 | 16.35 | 82.2 | - |
| YUV | 84.78 | 214.47 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 238 | 0.23 | 0.98 | 0 | 0.07 | 285.84 | 0.96 | 0.48 |
| Hex | B7 | 5 | EE | 17 | 62 | 0 | 7 | 11E | 60 | 30 |
| Octal | 267 | 5 | 356 | 27 | 142 | 0 | 7 | 436 | 140 | 60 |
| Binary | 10110111 | 101 | 11101110 | 10111 | 1100010 | 0 | 111 | 100011110 | 1100000 | 110000 |
Color Harmonies of #B705EE
Complementary color
Monochromatic Colors of #B705EE
Black with #B705EE
Text Example
Text Example
White with #B705EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705EE; }
p { color: rgb(183,5,238); }
H1.HeaderClassName
{
color: #B705EE;
}
.AnyTagClassName
{
color: #B705EE;
}
</style>
background-color css
<style>
a { background-color: #B705EE; }
a { background-color: rgb(183,5,238); }
div.DivClassName
{
background-color: #B705EE;
}
.BgClassName
{
background-color: #B705EE;
}
</style>
border-color css
<style>
span { border-color: #B705EE; }
span { border-color: rgb(183,5,238); }
td.TdClassName
{
border-color: #B705EE;
}
.TagClassName
{
border-color: #B705EE;
}
</style>