Shades of Electric Purple #B308E9
Tints of Electric Purple #B308E9
RGB
CMYK
RGB Variations
Color information
#B308E9 (or 0xB308E9) is known color: Electric Purple. HEX triplet: B3, 08 and E9. RGB value is (179,8,233). Sum of RGB (Red+Green+Blue) = 179+8+233=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #B308E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B308E9 is #4CF716. Grayscale: #545454. Windows color (decimal): -5043991 or 15272115. OLE color: 15272115.
HSL color Cylindrical-coordinate representation of color #B308E9: hue angle of 285.6º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B308E9 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 8 | 233 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.09 |
| HSL | 285.6º | 0.93% | 0.47% | - |
| HSV(B) | 285.6º | 0.97% | 0.91% | - |
| XYZ | 33.39 | 15.64 | 78.35 | - |
| YUV | 84.78 | 211.65 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 233 | 0.23 | 0.97 | 0 | 0.09 | 285.6 | 0.93 | 0.47 |
| Hex | B3 | 8 | E9 | 17 | 61 | 0 | 9 | 11E | 5D | 2F |
| Octal | 263 | 10 | 351 | 27 | 141 | 0 | 11 | 436 | 135 | 57 |
| Binary | 10110011 | 1000 | 11101001 | 10111 | 1100001 | 0 | 1001 | 100011110 | 1011101 | 101111 |
Color Harmonies of #B308E9
Complementary color
Monochromatic Colors of #B308E9
Black with #B308E9
Text Example
Text Example
White with #B308E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308E9; }
p { color: rgb(179,8,233); }
H1.HeaderClassName
{
color: #B308E9;
}
.AnyTagClassName
{
color: #B308E9;
}
</style>
background-color css
<style>
a { background-color: #B308E9; }
a { background-color: rgb(179,8,233); }
div.DivClassName
{
background-color: #B308E9;
}
.BgClassName
{
background-color: #B308E9;
}
</style>
border-color css
<style>
span { border-color: #B308E9; }
span { border-color: rgb(179,8,233); }
td.TdClassName
{
border-color: #B308E9;
}
.TagClassName
{
border-color: #B308E9;
}
</style>