Shades of Electric Purple #B308E6
Tints of Electric Purple #B308E6
RGB
CMYK
RGB Variations
Color information
#B308E6 (or 0xB308E6) is known color: Electric Purple. HEX triplet: B3, 08 and E6. RGB value is (179,8,230). Sum of RGB (Red+Green+Blue) = 179+8+230=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #B308E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B308E6 is #4CF719. Grayscale: #535353. Windows color (decimal): -5043994 or 15075507. OLE color: 15075507.
HSL color Cylindrical-coordinate representation of color #B308E6: hue angle of 286.22º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B308E6 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 8 | 230 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.10 |
| HSL | 286.22º | 0.93% | 0.47% | - |
| HSV(B) | 286.22º | 0.97% | 0.9% | - |
| XYZ | 32.96 | 15.47 | 76.11 | - |
| YUV | 84.44 | 210.15 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 230 | 0.22 | 0.97 | 0 | 0.10 | 286.22 | 0.93 | 0.47 |
| Hex | B3 | 8 | E6 | 16 | 61 | 0 | A | 11E | 5D | 2F |
| Octal | 263 | 10 | 346 | 26 | 141 | 0 | 12 | 436 | 135 | 57 |
| Binary | 10110011 | 1000 | 11100110 | 10110 | 1100001 | 0 | 1010 | 100011110 | 1011101 | 101111 |
Color Harmonies of #B308E6
Complementary color
Monochromatic Colors of #B308E6
Black with #B308E6
Text Example
Text Example
White with #B308E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308E6; }
p { color: rgb(179,8,230); }
H1.HeaderClassName
{
color: #B308E6;
}
.AnyTagClassName
{
color: #B308E6;
}
</style>
background-color css
<style>
a { background-color: #B308E6; }
a { background-color: rgb(179,8,230); }
div.DivClassName
{
background-color: #B308E6;
}
.BgClassName
{
background-color: #B308E6;
}
</style>
border-color css
<style>
span { border-color: #B308E6; }
span { border-color: rgb(179,8,230); }
td.TdClassName
{
border-color: #B308E6;
}
.TagClassName
{
border-color: #B308E6;
}
</style>