Shades of Electric Purple #B30DF3
Tints of Electric Purple #B30DF3
RGB
CMYK
RGB Variations
Color information
#B30DF3 (or 0xB30DF3) is known color: Electric Purple. HEX triplet: B3, 0D and F3. RGB value is (179,13,243). Sum of RGB (Red+Green+Blue) = 179+13+243=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #B30DF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DF3 is #4CF20C. Grayscale: #585858. Windows color (decimal): -5042701 or 15928755. OLE color: 15928755.
HSL color Cylindrical-coordinate representation of color #B30DF3: hue angle of 283.3º 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 #B30DF3 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 13 | 243 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.05 |
| HSL | 283.3º | 0.91% | 0.5% | - |
| HSV(B) | 283.3º | 0.95% | 0.95% | - |
| XYZ | 34.91 | 16.34 | 86.11 | - |
| YUV | 88.85 | 215 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 13 | 243 | 0.26 | 0.95 | 0 | 0.05 | 283.3 | 0.91 | 0.5 |
| Hex | B3 | D | F3 | 1A | 5F | 0 | 5 | 11B | 5B | 32 |
| Octal | 263 | 15 | 363 | 32 | 137 | 0 | 5 | 433 | 133 | 62 |
| Binary | 10110011 | 1101 | 11110011 | 11010 | 1011111 | 0 | 101 | 100011011 | 1011011 | 110010 |
Color Harmonies of #B30DF3
Complementary color
Monochromatic Colors of #B30DF3
Black with #B30DF3
Text Example
Text Example
White with #B30DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30DF3; }
p { color: rgb(179,13,243); }
H1.HeaderClassName
{
color: #B30DF3;
}
.AnyTagClassName
{
color: #B30DF3;
}
</style>
background-color css
<style>
a { background-color: #B30DF3; }
a { background-color: rgb(179,13,243); }
div.DivClassName
{
background-color: #B30DF3;
}
.BgClassName
{
background-color: #B30DF3;
}
</style>
border-color css
<style>
span { border-color: #B30DF3; }
span { border-color: rgb(179,13,243); }
td.TdClassName
{
border-color: #B30DF3;
}
.TagClassName
{
border-color: #B30DF3;
}
</style>