Shades of Electric Purple #B301FD
Tints of Electric Purple #B301FD
RGB
CMYK
RGB Variations
Color information
#B301FD (or 0xB301FD) is known color: Electric Purple. HEX triplet: B3, 01 and FD. RGB value is (179,1,253). Sum of RGB (Red+Green+Blue) = 179+1+253=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #B301FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B301FD is #4CFE02. Grayscale: #525252. Windows color (decimal): -5045763 or 16581043. OLE color: 16581043.
HSL color Cylindrical-coordinate representation of color #B301FD: hue angle of 282.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301FD is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 1 | 253 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.01 |
| HSL | 282.38º | 0.99% | 0.5% | - |
| HSV(B) | 282.38º | 1% | 0.99% | - |
| XYZ | 36.33 | 16.7 | 94.24 | - |
| YUV | 82.95 | 223.97 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 253 | 0.29 | 1.00 | 0 | 0.01 | 282.38 | 0.99 | 0.5 |
| Hex | B3 | 1 | FD | 1D | 64 | 0 | 1 | 11A | 63 | 32 |
| Octal | 263 | 1 | 375 | 35 | 144 | 0 | 1 | 432 | 143 | 62 |
| Binary | 10110011 | 1 | 11111101 | 11101 | 1100100 | 0 | 1 | 100011010 | 1100011 | 110010 |
Color Harmonies of #B301FD
Complementary color
Monochromatic Colors of #B301FD
Black with #B301FD
Text Example
Text Example
White with #B301FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B301FD; }
p { color: rgb(179,1,253); }
H1.HeaderClassName
{
color: #B301FD;
}
.AnyTagClassName
{
color: #B301FD;
}
</style>
background-color css
<style>
a { background-color: #B301FD; }
a { background-color: rgb(179,1,253); }
div.DivClassName
{
background-color: #B301FD;
}
.BgClassName
{
background-color: #B301FD;
}
</style>
border-color css
<style>
span { border-color: #B301FD; }
span { border-color: rgb(179,1,253); }
td.TdClassName
{
border-color: #B301FD;
}
.TagClassName
{
border-color: #B301FD;
}
</style>