Shades of Electric Purple #B303FA
Tints of Electric Purple #B303FA
RGB
CMYK
RGB Variations
Color information
#B303FA (or 0xB303FA) is known color: Electric Purple. HEX triplet: B3, 03 and FA. RGB value is (179,3,250). Sum of RGB (Red+Green+Blue) = 179+3+250=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #B303FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B303FA is #4CFC05. Grayscale: #525252. Windows color (decimal): -5045254 or 16384947. OLE color: 16384947.
HSL color Cylindrical-coordinate representation of color #B303FA: hue angle of 282.75º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B303FA is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 3 | 250 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.02 |
| HSL | 282.75º | 0.98% | 0.5% | - |
| HSV(B) | 282.75º | 0.99% | 0.98% | - |
| XYZ | 35.88 | 16.55 | 91.75 | - |
| YUV | 83.78 | 221.81 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 250 | 0.28 | 0.99 | 0 | 0.02 | 282.75 | 0.98 | 0.5 |
| Hex | B3 | 3 | FA | 1C | 63 | 0 | 2 | 11B | 62 | 32 |
| Octal | 263 | 3 | 372 | 34 | 143 | 0 | 2 | 433 | 142 | 62 |
| Binary | 10110011 | 11 | 11111010 | 11100 | 1100011 | 0 | 10 | 100011011 | 1100010 | 110010 |
Color Harmonies of #B303FA
Complementary color
Monochromatic Colors of #B303FA
Black with #B303FA
Text Example
Text Example
White with #B303FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303FA; }
p { color: rgb(179,3,250); }
H1.HeaderClassName
{
color: #B303FA;
}
.AnyTagClassName
{
color: #B303FA;
}
</style>
background-color css
<style>
a { background-color: #B303FA; }
a { background-color: rgb(179,3,250); }
div.DivClassName
{
background-color: #B303FA;
}
.BgClassName
{
background-color: #B303FA;
}
</style>
border-color css
<style>
span { border-color: #B303FA; }
span { border-color: rgb(179,3,250); }
td.TdClassName
{
border-color: #B303FA;
}
.TagClassName
{
border-color: #B303FA;
}
</style>