Shades of Electric Purple #B305EF
Tints of Electric Purple #B305EF
RGB
CMYK
RGB Variations
Color information
#B305EF (or 0xB305EF) is known color: Electric Purple. HEX triplet: B3, 05 and EF. RGB value is (179,5,239). Sum of RGB (Red+Green+Blue) = 179+5+239=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #B305EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B305EF is #4CFA10. Grayscale: #525252. Windows color (decimal): -5044753 or 15664563. OLE color: 15664563.
HSL color Cylindrical-coordinate representation of color #B305EF: hue angle of 284.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305EF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 5 | 239 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.06 |
| HSL | 284.62º | 0.96% | 0.48% | - |
| HSV(B) | 284.62º | 0.98% | 0.94% | - |
| XYZ | 34.22 | 15.92 | 82.93 | - |
| YUV | 83.7 | 215.65 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 239 | 0.25 | 0.98 | 0 | 0.06 | 284.62 | 0.96 | 0.48 |
| Hex | B3 | 5 | EF | 19 | 62 | 0 | 6 | 11D | 60 | 30 |
| Octal | 263 | 5 | 357 | 31 | 142 | 0 | 6 | 435 | 140 | 60 |
| Binary | 10110011 | 101 | 11101111 | 11001 | 1100010 | 0 | 110 | 100011101 | 1100000 | 110000 |
Color Harmonies of #B305EF
Complementary color
Monochromatic Colors of #B305EF
Black with #B305EF
Text Example
Text Example
White with #B305EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305EF; }
p { color: rgb(179,5,239); }
H1.HeaderClassName
{
color: #B305EF;
}
.AnyTagClassName
{
color: #B305EF;
}
</style>
background-color css
<style>
a { background-color: #B305EF; }
a { background-color: rgb(179,5,239); }
div.DivClassName
{
background-color: #B305EF;
}
.BgClassName
{
background-color: #B305EF;
}
</style>
border-color css
<style>
span { border-color: #B305EF; }
span { border-color: rgb(179,5,239); }
td.TdClassName
{
border-color: #B305EF;
}
.TagClassName
{
border-color: #B305EF;
}
</style>