Shades of Electric Purple #B305E1
Tints of Electric Purple #B305E1
RGB
CMYK
RGB Variations
Color information
#B305E1 (or 0xB305E1) is known color: Electric Purple. HEX triplet: B3, 05 and E1. RGB value is (179,5,225). Sum of RGB (Red+Green+Blue) = 179+5+225=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #B305E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305E1 is #4CFA1E. Grayscale: #515151. Windows color (decimal): -5044767 or 14747059. OLE color: 14747059.
HSL color Cylindrical-coordinate representation of color #B305E1: hue angle of 287.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305E1 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 5 | 225 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.12 |
| HSL | 287.45º | 0.96% | 0.45% | - |
| HSV(B) | 287.45º | 0.98% | 0.88% | - |
| XYZ | 32.24 | 15.13 | 72.46 | - |
| YUV | 82.11 | 208.65 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 225 | 0.20 | 0.98 | 0 | 0.12 | 287.45 | 0.96 | 0.45 |
| Hex | B3 | 5 | E1 | 14 | 62 | 0 | C | 11F | 60 | 2D |
| Octal | 263 | 5 | 341 | 24 | 142 | 0 | 14 | 437 | 140 | 55 |
| Binary | 10110011 | 101 | 11100001 | 10100 | 1100010 | 0 | 1100 | 100011111 | 1100000 | 101101 |
Color Harmonies of #B305E1
Complementary color
Monochromatic Colors of #B305E1
Black with #B305E1
Text Example
Text Example
White with #B305E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305E1; }
p { color: rgb(179,5,225); }
H1.HeaderClassName
{
color: #B305E1;
}
.AnyTagClassName
{
color: #B305E1;
}
</style>
background-color css
<style>
a { background-color: #B305E1; }
a { background-color: rgb(179,5,225); }
div.DivClassName
{
background-color: #B305E1;
}
.BgClassName
{
background-color: #B305E1;
}
</style>
border-color css
<style>
span { border-color: #B305E1; }
span { border-color: rgb(179,5,225); }
td.TdClassName
{
border-color: #B305E1;
}
.TagClassName
{
border-color: #B305E1;
}
</style>