Shades of Electric Purple #B30DF6
Tints of Electric Purple #B30DF6
RGB
CMYK
RGB Variations
Color information
#B30DF6 (or 0xB30DF6) is known color: Electric Purple. HEX triplet: B3, 0D and F6. RGB value is (179,13,246). Sum of RGB (Red+Green+Blue) = 179+13+246=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #B30DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DF6 is #4CF209. Grayscale: #585858. Windows color (decimal): -5042698 or 16125363. OLE color: 16125363.
HSL color Cylindrical-coordinate representation of color #B30DF6: hue angle of 282.75º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30DF6 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 13 | 246 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.04 |
| HSL | 282.75º | 0.93% | 0.51% | - |
| HSV(B) | 282.75º | 0.95% | 0.96% | - |
| XYZ | 35.37 | 16.53 | 88.51 | - |
| YUV | 89.2 | 216.5 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 246 | 0.27 | 0.95 | 0 | 0.04 | 282.75 | 0.93 | 0.51 |
| Hex | B3 | D | F6 | 1B | 5F | 0 | 4 | 11B | 5D | 33 |
| Octal | 263 | 15 | 366 | 33 | 137 | 0 | 4 | 433 | 135 | 63 |
| Binary | 10110011 | 1101 | 11110110 | 11011 | 1011111 | 0 | 100 | 100011011 | 1011101 | 110011 |
Color Harmonies of #B30DF6
Complementary color
Monochromatic Colors of #B30DF6
Black with #B30DF6
Text Example
Text Example
White with #B30DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DF6; }
p { color: rgb(179,13,246); }
H1.HeaderClassName
{
color: #B30DF6;
}
.AnyTagClassName
{
color: #B30DF6;
}
</style>
background-color css
<style>
a { background-color: #B30DF6; }
a { background-color: rgb(179,13,246); }
div.DivClassName
{
background-color: #B30DF6;
}
.BgClassName
{
background-color: #B30DF6;
}
</style>
border-color css
<style>
span { border-color: #B30DF6; }
span { border-color: rgb(179,13,246); }
td.TdClassName
{
border-color: #B30DF6;
}
.TagClassName
{
border-color: #B30DF6;
}
</style>