Shades of Electric Purple #B809E6
Tints of Electric Purple #B809E6
RGB
CMYK
RGB Variations
Color information
#B809E6 (or 0xB809E6) is known color: Electric Purple. HEX triplet: B8, 09 and E6. RGB value is (184,9,230). Sum of RGB (Red+Green+Blue) = 184+9+230=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #B809E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B809E6 is #47F619. Grayscale: #555555. Windows color (decimal): -4716058 or 15075768. OLE color: 15075768.
HSL color Cylindrical-coordinate representation of color #B809E6: hue angle of 287.51º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B809E6 is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 9 | 230 | - |
| CMYK | 0.2 | 0.96 | 0 | 0.10 |
| HSL | 287.51º | 0.92% | 0.47% | - |
| HSV(B) | 287.51º | 0.96% | 0.9% | - |
| XYZ | 34.15 | 16.1 | 76.17 | - |
| YUV | 86.52 | 208.98 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 230 | 0.2 | 0.96 | 0 | 0.10 | 287.51 | 0.92 | 0.47 |
| Hex | B8 | 9 | E6 | 14 | 60 | 0 | A | 120 | 5C | 2F |
| Octal | 270 | 11 | 346 | 24 | 140 | 0 | 12 | 440 | 134 | 57 |
| Binary | 10111000 | 1001 | 11100110 | 10100 | 1100000 | 0 | 1010 | 100100000 | 1011100 | 101111 |
Color Harmonies of #B809E6
Complementary color
Monochromatic Colors of #B809E6
Black with #B809E6
Text Example
Text Example
White with #B809E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B809E6; }
p { color: rgb(184,9,230); }
H1.HeaderClassName
{
color: #B809E6;
}
.AnyTagClassName
{
color: #B809E6;
}
</style>
background-color css
<style>
a { background-color: #B809E6; }
a { background-color: rgb(184,9,230); }
div.DivClassName
{
background-color: #B809E6;
}
.BgClassName
{
background-color: #B809E6;
}
</style>
border-color css
<style>
span { border-color: #B809E6; }
span { border-color: rgb(184,9,230); }
td.TdClassName
{
border-color: #B809E6;
}
.TagClassName
{
border-color: #B809E6;
}
</style>