Shades of Electric Purple #B302FD
Tints of Electric Purple #B302FD
RGB
CMYK
RGB Variations
Color information
#B302FD (or 0xB302FD) is known color: Electric Purple. HEX triplet: B3, 02 and FD. RGB value is (179,2,253). Sum of RGB (Red+Green+Blue) = 179+2+253=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #B302FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B302FD is #4CFD02. Grayscale: #525252. Windows color (decimal): -5045507 or 16581299. OLE color: 16581299.
HSL color Cylindrical-coordinate representation of color #B302FD: hue angle of 282.31º 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 #B302FD is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 2 | 253 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.01 |
| HSL | 282.31º | 0.98% | 0.5% | - |
| HSV(B) | 282.31º | 0.99% | 0.99% | - |
| XYZ | 36.34 | 16.72 | 94.24 | - |
| YUV | 83.54 | 223.64 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 253 | 0.29 | 0.99 | 0 | 0.01 | 282.31 | 0.98 | 0.5 |
| Hex | B3 | 2 | FD | 1D | 63 | 0 | 1 | 11A | 62 | 32 |
| Octal | 263 | 2 | 375 | 35 | 143 | 0 | 1 | 432 | 142 | 62 |
| Binary | 10110011 | 10 | 11111101 | 11101 | 1100011 | 0 | 1 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B302FD
Complementary color
Monochromatic Colors of #B302FD
Black with #B302FD
Text Example
Text Example
White with #B302FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302FD; }
p { color: rgb(179,2,253); }
H1.HeaderClassName
{
color: #B302FD;
}
.AnyTagClassName
{
color: #B302FD;
}
</style>
background-color css
<style>
a { background-color: #B302FD; }
a { background-color: rgb(179,2,253); }
div.DivClassName
{
background-color: #B302FD;
}
.BgClassName
{
background-color: #B302FD;
}
</style>
border-color css
<style>
span { border-color: #B302FD; }
span { border-color: rgb(179,2,253); }
td.TdClassName
{
border-color: #B302FD;
}
.TagClassName
{
border-color: #B302FD;
}
</style>