Shades of Electric Purple #B30CF1
Tints of Electric Purple #B30CF1
RGB
CMYK
RGB Variations
Color information
#B30CF1 (or 0xB30CF1) is known color: Electric Purple. HEX triplet: B3, 0C and F1. RGB value is (179,12,241). Sum of RGB (Red+Green+Blue) = 179+12+241=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #B30CF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CF1 is #4CF30E. Grayscale: #575757. Windows color (decimal): -5042959 or 15797427. OLE color: 15797427.
HSL color Cylindrical-coordinate representation of color #B30CF1: hue angle of 283.76º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30CF1 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 12 | 241 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.05 |
| HSL | 283.76º | 0.91% | 0.5% | - |
| HSV(B) | 283.76º | 0.95% | 0.95% | - |
| XYZ | 34.6 | 16.2 | 84.52 | - |
| YUV | 88.04 | 214.33 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 241 | 0.26 | 0.95 | 0 | 0.05 | 283.76 | 0.91 | 0.5 |
| Hex | B3 | C | F1 | 1A | 5F | 0 | 5 | 11C | 5B | 32 |
| Octal | 263 | 14 | 361 | 32 | 137 | 0 | 5 | 434 | 133 | 62 |
| Binary | 10110011 | 1100 | 11110001 | 11010 | 1011111 | 0 | 101 | 100011100 | 1011011 | 110010 |
Color Harmonies of #B30CF1
Complementary color
Monochromatic Colors of #B30CF1
Black with #B30CF1
Text Example
Text Example
White with #B30CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CF1; }
p { color: rgb(179,12,241); }
H1.HeaderClassName
{
color: #B30CF1;
}
.AnyTagClassName
{
color: #B30CF1;
}
</style>
background-color css
<style>
a { background-color: #B30CF1; }
a { background-color: rgb(179,12,241); }
div.DivClassName
{
background-color: #B30CF1;
}
.BgClassName
{
background-color: #B30CF1;
}
</style>
border-color css
<style>
span { border-color: #B30CF1; }
span { border-color: rgb(179,12,241); }
td.TdClassName
{
border-color: #B30CF1;
}
.TagClassName
{
border-color: #B30CF1;
}
</style>