Shades of Electric Purple #B30BF2
Tints of Electric Purple #B30BF2
RGB
CMYK
RGB Variations
Color information
#B30BF2 (or 0xB30BF2) is known color: Electric Purple. HEX triplet: B3, 0B and F2. RGB value is (179,11,242). Sum of RGB (Red+Green+Blue) = 179+11+242=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #B30BF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BF2 is #4CF40D. Grayscale: #565656. Windows color (decimal): -5043214 or 15862707. OLE color: 15862707.
HSL color Cylindrical-coordinate representation of color #B30BF2: hue angle of 283.64º 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 #B30BF2 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 11 | 242 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.05 |
| HSL | 283.64º | 0.91% | 0.5% | - |
| HSV(B) | 283.64º | 0.95% | 0.95% | - |
| XYZ | 34.74 | 16.23 | 85.31 | - |
| YUV | 87.57 | 215.16 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 242 | 0.26 | 0.95 | 0 | 0.05 | 283.64 | 0.91 | 0.5 |
| Hex | B3 | B | F2 | 1A | 5F | 0 | 5 | 11C | 5B | 32 |
| Octal | 263 | 13 | 362 | 32 | 137 | 0 | 5 | 434 | 133 | 62 |
| Binary | 10110011 | 1011 | 11110010 | 11010 | 1011111 | 0 | 101 | 100011100 | 1011011 | 110010 |
Color Harmonies of #B30BF2
Complementary color
Monochromatic Colors of #B30BF2
Black with #B30BF2
Text Example
Text Example
White with #B30BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30BF2; }
p { color: rgb(179,11,242); }
H1.HeaderClassName
{
color: #B30BF2;
}
.AnyTagClassName
{
color: #B30BF2;
}
</style>
background-color css
<style>
a { background-color: #B30BF2; }
a { background-color: rgb(179,11,242); }
div.DivClassName
{
background-color: #B30BF2;
}
.BgClassName
{
background-color: #B30BF2;
}
</style>
border-color css
<style>
span { border-color: #B30BF2; }
span { border-color: rgb(179,11,242); }
td.TdClassName
{
border-color: #B30BF2;
}
.TagClassName
{
border-color: #B30BF2;
}
</style>