Shades of Electric Purple #B303E1
Tints of Electric Purple #B303E1
RGB
CMYK
RGB Variations
Color information
#B303E1 (or 0xB303E1) is known color: Electric Purple. HEX triplet: B3, 03 and E1. RGB value is (179,3,225). Sum of RGB (Red+Green+Blue) = 179+3+225=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #B303E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B303E1 is #4CFC1E. Grayscale: #505050. Windows color (decimal): -5045279 or 14746547. OLE color: 14746547.
HSL color Cylindrical-coordinate representation of color #B303E1: hue angle of 287.57º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B303E1 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 3 | 225 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.12 |
| HSL | 287.57º | 0.97% | 0.45% | - |
| HSV(B) | 287.57º | 0.99% | 0.88% | - |
| XYZ | 32.21 | 15.09 | 72.45 | - |
| YUV | 80.93 | 209.31 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 225 | 0.20 | 0.99 | 0 | 0.12 | 287.57 | 0.97 | 0.45 |
| Hex | B3 | 3 | E1 | 14 | 63 | 0 | C | 120 | 61 | 2D |
| Octal | 263 | 3 | 341 | 24 | 143 | 0 | 14 | 440 | 141 | 55 |
| Binary | 10110011 | 11 | 11100001 | 10100 | 1100011 | 0 | 1100 | 100100000 | 1100001 | 101101 |
Color Harmonies of #B303E1
Complementary color
Monochromatic Colors of #B303E1
Black with #B303E1
Text Example
Text Example
White with #B303E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303E1; }
p { color: rgb(179,3,225); }
H1.HeaderClassName
{
color: #B303E1;
}
.AnyTagClassName
{
color: #B303E1;
}
</style>
background-color css
<style>
a { background-color: #B303E1; }
a { background-color: rgb(179,3,225); }
div.DivClassName
{
background-color: #B303E1;
}
.BgClassName
{
background-color: #B303E1;
}
</style>
border-color css
<style>
span { border-color: #B303E1; }
span { border-color: rgb(179,3,225); }
td.TdClassName
{
border-color: #B303E1;
}
.TagClassName
{
border-color: #B303E1;
}
</style>