Shades of Electric Purple #B709EC
Tints of Electric Purple #B709EC
RGB
CMYK
RGB Variations
Color information
#B709EC (or 0xB709EC) is known color: Electric Purple. HEX triplet: B7, 09 and EC. RGB value is (183,9,236). Sum of RGB (Red+Green+Blue) = 183+9+236=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #B709EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B709EC is #48F613. Grayscale: #565656. Windows color (decimal): -4781588 or 15468983. OLE color: 15468983.
HSL color Cylindrical-coordinate representation of color #B709EC: hue angle of 285.99º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B709EC is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 9 | 236 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.07 |
| HSL | 285.99º | 0.93% | 0.48% | - |
| HSV(B) | 285.99º | 0.96% | 0.93% | - |
| XYZ | 34.77 | 16.32 | 80.67 | - |
| YUV | 86.9 | 212.15 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 9 | 236 | 0.22 | 0.96 | 0 | 0.07 | 285.99 | 0.93 | 0.48 |
| Hex | B7 | 9 | EC | 16 | 60 | 0 | 7 | 11E | 5D | 30 |
| Octal | 267 | 11 | 354 | 26 | 140 | 0 | 7 | 436 | 135 | 60 |
| Binary | 10110111 | 1001 | 11101100 | 10110 | 1100000 | 0 | 111 | 100011110 | 1011101 | 110000 |
Color Harmonies of #B709EC
Complementary color
Monochromatic Colors of #B709EC
Black with #B709EC
Text Example
Text Example
White with #B709EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B709EC; }
p { color: rgb(183,9,236); }
H1.HeaderClassName
{
color: #B709EC;
}
.AnyTagClassName
{
color: #B709EC;
}
</style>
background-color css
<style>
a { background-color: #B709EC; }
a { background-color: rgb(183,9,236); }
div.DivClassName
{
background-color: #B709EC;
}
.BgClassName
{
background-color: #B709EC;
}
</style>
border-color css
<style>
span { border-color: #B709EC; }
span { border-color: rgb(183,9,236); }
td.TdClassName
{
border-color: #B709EC;
}
.TagClassName
{
border-color: #B709EC;
}
</style>