Shades of Electric Purple #B303FD
Tints of Electric Purple #B303FD
RGB
CMYK
RGB Variations
Color information
#B303FD (or 0xB303FD) is known color: Electric Purple. HEX triplet: B3, 03 and FD. RGB value is (179,3,253). Sum of RGB (Red+Green+Blue) = 179+3+253=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #B303FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B303FD is #4CFC02. Grayscale: #535353. Windows color (decimal): -5045251 or 16581555. OLE color: 16581555.
HSL color Cylindrical-coordinate representation of color #B303FD: hue angle of 282.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B303FD is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 3 | 253 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.01 |
| HSL | 282.24º | 0.98% | 0.5% | - |
| HSV(B) | 282.24º | 0.99% | 0.99% | - |
| XYZ | 36.35 | 16.74 | 94.24 | - |
| YUV | 84.12 | 223.31 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 253 | 0.29 | 0.99 | 0 | 0.01 | 282.24 | 0.98 | 0.5 |
| Hex | B3 | 3 | FD | 1D | 63 | 0 | 1 | 11A | 62 | 32 |
| Octal | 263 | 3 | 375 | 35 | 143 | 0 | 1 | 432 | 142 | 62 |
| Binary | 10110011 | 11 | 11111101 | 11101 | 1100011 | 0 | 1 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B303FD
Complementary color
Monochromatic Colors of #B303FD
Black with #B303FD
Text Example
Text Example
White with #B303FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B303FD; }
p { color: rgb(179,3,253); }
H1.HeaderClassName
{
color: #B303FD;
}
.AnyTagClassName
{
color: #B303FD;
}
</style>
background-color css
<style>
a { background-color: #B303FD; }
a { background-color: rgb(179,3,253); }
div.DivClassName
{
background-color: #B303FD;
}
.BgClassName
{
background-color: #B303FD;
}
</style>
border-color css
<style>
span { border-color: #B303FD; }
span { border-color: rgb(179,3,253); }
td.TdClassName
{
border-color: #B303FD;
}
.TagClassName
{
border-color: #B303FD;
}
</style>