Shades of Electric Purple #B30BFE
Tints of Electric Purple #B30BFE
RGB
CMYK
RGB Variations
Color information
#B30BFE (or 0xB30BFE) is known color: Electric Purple. HEX triplet: B3, 0B and FE. RGB value is (179,11,254). Sum of RGB (Red+Green+Blue) = 179+11+254=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #B30BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BFE is #4CF401. Grayscale: #585858. Windows color (decimal): -5043202 or 16649139. OLE color: 16649139.
HSL color Cylindrical-coordinate representation of color #B30BFE: hue angle of 281.48º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30BFE is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 11 | 254 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.00 |
| HSL | 281.48º | 0.99% | 0.52% | - |
| HSV(B) | 281.48º | 0.96% | 1% | - |
| XYZ | 36.6 | 16.98 | 95.11 | - |
| YUV | 88.93 | 221.16 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 254 | 0.30 | 0.96 | 0 | 0.00 | 281.48 | 0.99 | 0.52 |
| Hex | B3 | B | FE | 1E | 60 | 0 | 0 | 119 | 63 | 34 |
| Octal | 263 | 13 | 376 | 36 | 140 | 0 | 0 | 431 | 143 | 64 |
| Binary | 10110011 | 1011 | 11111110 | 11110 | 1100000 | 0 | 0 | 100011001 | 1100011 | 110100 |
Color Harmonies of #B30BFE
Complementary color
Monochromatic Colors of #B30BFE
Black with #B30BFE
Text Example
Text Example
White with #B30BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BFE; }
p { color: rgb(179,11,254); }
H1.HeaderClassName
{
color: #B30BFE;
}
.AnyTagClassName
{
color: #B30BFE;
}
</style>
background-color css
<style>
a { background-color: #B30BFE; }
a { background-color: rgb(179,11,254); }
div.DivClassName
{
background-color: #B30BFE;
}
.BgClassName
{
background-color: #B30BFE;
}
</style>
border-color css
<style>
span { border-color: #B30BFE; }
span { border-color: rgb(179,11,254); }
td.TdClassName
{
border-color: #B30BFE;
}
.TagClassName
{
border-color: #B30BFE;
}
</style>