Shades of Electric Purple #B303E5
Tints of Electric Purple #B303E5
RGB
CMYK
RGB Variations
Color information
#B303E5 (or 0xB303E5) is known color: Electric Purple. HEX triplet: B3, 03 and E5. RGB value is (179,3,229). Sum of RGB (Red+Green+Blue) = 179+3+229=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #B303E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303E5 is #4CFC1A. Grayscale: #505050. Windows color (decimal): -5045275 or 15008691. OLE color: 15008691.
HSL color Cylindrical-coordinate representation of color #B303E5: hue angle of 286.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B303E5 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 3 | 229 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.10 |
| HSL | 286.73º | 0.97% | 0.45% | - |
| HSV(B) | 286.73º | 0.99% | 0.9% | - |
| XYZ | 32.77 | 15.31 | 75.36 | - |
| YUV | 81.39 | 211.31 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 229 | 0.22 | 0.99 | 0 | 0.10 | 286.73 | 0.97 | 0.45 |
| Hex | B3 | 3 | E5 | 16 | 63 | 0 | A | 11F | 61 | 2D |
| Octal | 263 | 3 | 345 | 26 | 143 | 0 | 12 | 437 | 141 | 55 |
| Binary | 10110011 | 11 | 11100101 | 10110 | 1100011 | 0 | 1010 | 100011111 | 1100001 | 101101 |
Color Harmonies of #B303E5
Complementary color
Monochromatic Colors of #B303E5
Black with #B303E5
Text Example
Text Example
White with #B303E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303E5; }
p { color: rgb(179,3,229); }
H1.HeaderClassName
{
color: #B303E5;
}
.AnyTagClassName
{
color: #B303E5;
}
</style>
background-color css
<style>
a { background-color: #B303E5; }
a { background-color: rgb(179,3,229); }
div.DivClassName
{
background-color: #B303E5;
}
.BgClassName
{
background-color: #B303E5;
}
</style>
border-color css
<style>
span { border-color: #B303E5; }
span { border-color: rgb(179,3,229); }
td.TdClassName
{
border-color: #B303E5;
}
.TagClassName
{
border-color: #B303E5;
}
</style>