Shades of Electric Purple #B30DF4
Tints of Electric Purple #B30DF4
RGB
CMYK
RGB Variations
Color information
#B30DF4 (or 0xB30DF4) is known color: Electric Purple. HEX triplet: B3, 0D and F4. RGB value is (179,13,244). Sum of RGB (Red+Green+Blue) = 179+13+244=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 244 (95.70% from 255 or 55.96% from 436); Max value from RGB is 244 - color contains mainly: blue. Hex color #B30DF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DF4 is #4CF20B. Grayscale: #585858. Windows color (decimal): -5042700 or 15994291. OLE color: 15994291.
HSL color Cylindrical-coordinate representation of color #B30DF4: hue angle of 283.12º 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 #B30DF4 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 13 | 244 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.04 |
| HSL | 283.12º | 0.91% | 0.5% | - |
| HSV(B) | 283.12º | 0.95% | 0.96% | - |
| XYZ | 35.06 | 16.4 | 86.91 | - |
| YUV | 88.97 | 215.5 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 244 | 0.27 | 0.95 | 0 | 0.04 | 283.12 | 0.91 | 0.5 |
| Hex | B3 | D | F4 | 1B | 5F | 0 | 4 | 11B | 5B | 32 |
| Octal | 263 | 15 | 364 | 33 | 137 | 0 | 4 | 433 | 133 | 62 |
| Binary | 10110011 | 1101 | 11110100 | 11011 | 1011111 | 0 | 100 | 100011011 | 1011011 | 110010 |
Color Harmonies of #B30DF4
Complementary color
Monochromatic Colors of #B30DF4
Black with #B30DF4
Text Example
Text Example
White with #B30DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DF4; }
p { color: rgb(179,13,244); }
H1.HeaderClassName
{
color: #B30DF4;
}
.AnyTagClassName
{
color: #B30DF4;
}
</style>
background-color css
<style>
a { background-color: #B30DF4; }
a { background-color: rgb(179,13,244); }
div.DivClassName
{
background-color: #B30DF4;
}
.BgClassName
{
background-color: #B30DF4;
}
</style>
border-color css
<style>
span { border-color: #B30DF4; }
span { border-color: rgb(179,13,244); }
td.TdClassName
{
border-color: #B30DF4;
}
.TagClassName
{
border-color: #B30DF4;
}
</style>