Shades of Electric Purple #B705E7
Tints of Electric Purple #B705E7
RGB
CMYK
RGB Variations
Color information
#B705E7 (or 0xB705E7) is known color: Electric Purple. HEX triplet: B7, 05 and E7. RGB value is (183,5,231). Sum of RGB (Red+Green+Blue) = 183+5+231=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #B705E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B705E7 is #48FA18. Grayscale: #535353. Windows color (decimal): -4782617 or 15140279. OLE color: 15140279.
HSL color Cylindrical-coordinate representation of color #B705E7: hue angle of 287.26º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705E7 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 5 | 231 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.09 |
| HSL | 287.26º | 0.96% | 0.46% | - |
| HSV(B) | 287.26º | 0.98% | 0.91% | - |
| XYZ | 34.01 | 15.95 | 76.89 | - |
| YUV | 83.99 | 210.97 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 231 | 0.21 | 0.98 | 0 | 0.09 | 287.26 | 0.96 | 0.46 |
| Hex | B7 | 5 | E7 | 15 | 62 | 0 | 9 | 11F | 60 | 2E |
| Octal | 267 | 5 | 347 | 25 | 142 | 0 | 11 | 437 | 140 | 56 |
| Binary | 10110111 | 101 | 11100111 | 10101 | 1100010 | 0 | 1001 | 100011111 | 1100000 | 101110 |
Color Harmonies of #B705E7
Complementary color
Monochromatic Colors of #B705E7
Black with #B705E7
Text Example
Text Example
White with #B705E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705E7; }
p { color: rgb(183,5,231); }
H1.HeaderClassName
{
color: #B705E7;
}
.AnyTagClassName
{
color: #B705E7;
}
</style>
background-color css
<style>
a { background-color: #B705E7; }
a { background-color: rgb(183,5,231); }
div.DivClassName
{
background-color: #B705E7;
}
.BgClassName
{
background-color: #B705E7;
}
</style>
border-color css
<style>
span { border-color: #B705E7; }
span { border-color: rgb(183,5,231); }
td.TdClassName
{
border-color: #B705E7;
}
.TagClassName
{
border-color: #B705E7;
}
</style>