Shades of Electric Purple #B009E6
Tints of Electric Purple #B009E6
RGB
CMYK
RGB Variations
Color information
#B009E6 (or 0xB009E6) is known color: Electric Purple. HEX triplet: B0, 09 and E6. RGB value is (176,9,230). Sum of RGB (Red+Green+Blue) = 176+9+230=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #B009E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B009E6 is #4FF619. Grayscale: #535353. Windows color (decimal): -5240346 or 15075760. OLE color: 15075760.
HSL color Cylindrical-coordinate representation of color #B009E6: hue angle of 285.34º 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 #B009E6 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 9 | 230 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.10 |
| HSL | 285.34º | 0.92% | 0.47% | - |
| HSV(B) | 285.34º | 0.96% | 0.9% | - |
| XYZ | 32.29 | 15.14 | 76.08 | - |
| YUV | 84.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 9 | 230 | 0.23 | 0.96 | 0 | 0.10 | 285.34 | 0.92 | 0.47 |
| Hex | B0 | 9 | E6 | 17 | 60 | 0 | A | 11D | 5C | 2F |
| Octal | 260 | 11 | 346 | 27 | 140 | 0 | 12 | 435 | 134 | 57 |
| Binary | 10110000 | 1001 | 11100110 | 10111 | 1100000 | 0 | 1010 | 100011101 | 1011100 | 101111 |
Color Harmonies of #B009E6
Complementary color
Monochromatic Colors of #B009E6
Black with #B009E6
Text Example
Text Example
White with #B009E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B009E6; }
p { color: rgb(176,9,230); }
H1.HeaderClassName
{
color: #B009E6;
}
.AnyTagClassName
{
color: #B009E6;
}
</style>
background-color css
<style>
a { background-color: #B009E6; }
a { background-color: rgb(176,9,230); }
div.DivClassName
{
background-color: #B009E6;
}
.BgClassName
{
background-color: #B009E6;
}
</style>
border-color css
<style>
span { border-color: #B009E6; }
span { border-color: rgb(176,9,230); }
td.TdClassName
{
border-color: #B009E6;
}
.TagClassName
{
border-color: #B009E6;
}
</style>