Shades of Electric Purple #B330FE
Tints of Electric Purple #B330FE
RGB
CMYK
RGB Variations
Color information
#B330FE (or 0xB330FE) is known color: Electric Purple. HEX triplet: B3, 30 and FE. RGB value is (179,48,254). Sum of RGB (Red+Green+Blue) = 179+48+254=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #B330FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B330FE is #4CCF01. Grayscale: #6D6D6D. Windows color (decimal): -5033730 or 16658611. OLE color: 16658611.
HSL color Cylindrical-coordinate representation of color #B330FE: hue angle of 278.16º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B330FE is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 48 | 254 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.00 |
| HSL | 278.16º | 0.99% | 0.59% | - |
| HSV(B) | 278.16º | 0.81% | 1% | - |
| XYZ | 37.54 | 18.85 | 95.43 | - |
| YUV | 110.65 | 208.9 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 254 | 0.30 | 0.81 | 0 | 0.00 | 278.16 | 0.99 | 0.59 |
| Hex | B3 | 30 | FE | 1E | 51 | 0 | 0 | 116 | 63 | 3B |
| Octal | 263 | 60 | 376 | 36 | 121 | 0 | 0 | 426 | 143 | 73 |
| Binary | 10110011 | 110000 | 11111110 | 11110 | 1010001 | 0 | 0 | 100010110 | 1100011 | 111011 |
Color Harmonies of #B330FE
Complementary color
Monochromatic Colors of #B330FE
Black with #B330FE
Text Example
Text Example
White with #B330FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330FE; }
p { color: rgb(179,48,254); }
H1.HeaderClassName
{
color: #B330FE;
}
.AnyTagClassName
{
color: #B330FE;
}
</style>
background-color css
<style>
a { background-color: #B330FE; }
a { background-color: rgb(179,48,254); }
div.DivClassName
{
background-color: #B330FE;
}
.BgClassName
{
background-color: #B330FE;
}
</style>
border-color css
<style>
span { border-color: #B330FE; }
span { border-color: rgb(179,48,254); }
td.TdClassName
{
border-color: #B330FE;
}
.TagClassName
{
border-color: #B330FE;
}
</style>