Shades of Electric Purple #B30CF4
Tints of Electric Purple #B30CF4
RGB
CMYK
RGB Variations
Color information
#B30CF4 (or 0xB30CF4) is known color: Electric Purple. HEX triplet: B3, 0C and F4. RGB value is (179,12,244). Sum of RGB (Red+Green+Blue) = 179+12+244=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #B30CF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CF4 is #4CF30B. Grayscale: #575757. Windows color (decimal): -5042956 or 15994035. OLE color: 15994035.
HSL color Cylindrical-coordinate representation of color #B30CF4: hue angle of 283.19º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30CF4 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 12 | 244 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.04 |
| HSL | 283.19º | 0.91% | 0.5% | - |
| HSV(B) | 283.19º | 0.95% | 0.96% | - |
| XYZ | 35.05 | 16.38 | 86.9 | - |
| YUV | 88.38 | 215.83 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 244 | 0.27 | 0.95 | 0 | 0.04 | 283.19 | 0.91 | 0.5 |
| Hex | B3 | C | F4 | 1B | 5F | 0 | 4 | 11B | 5B | 32 |
| Octal | 263 | 14 | 364 | 33 | 137 | 0 | 4 | 433 | 133 | 62 |
| Binary | 10110011 | 1100 | 11110100 | 11011 | 1011111 | 0 | 100 | 100011011 | 1011011 | 110010 |
Color Harmonies of #B30CF4
Complementary color
Monochromatic Colors of #B30CF4
Black with #B30CF4
Text Example
Text Example
White with #B30CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CF4; }
p { color: rgb(179,12,244); }
H1.HeaderClassName
{
color: #B30CF4;
}
.AnyTagClassName
{
color: #B30CF4;
}
</style>
background-color css
<style>
a { background-color: #B30CF4; }
a { background-color: rgb(179,12,244); }
div.DivClassName
{
background-color: #B30CF4;
}
.BgClassName
{
background-color: #B30CF4;
}
</style>
border-color css
<style>
span { border-color: #B30CF4; }
span { border-color: rgb(179,12,244); }
td.TdClassName
{
border-color: #B30CF4;
}
.TagClassName
{
border-color: #B30CF4;
}
</style>