Shades of Electric Purple #B30CFF
Tints of Electric Purple #B30CFF
RGB
CMYK
RGB Variations
Color information
#B30CFF (or 0xB30CFF) is known color: Electric Purple. HEX triplet: B3, 0C and FF. RGB value is (179,12,255). Sum of RGB (Red+Green+Blue) = 179+12+255=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #B30CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CFF is #4CF300. Grayscale: #585858. Windows color (decimal): -5042945 or 16714931. OLE color: 16714931.
HSL color Cylindrical-coordinate representation of color #B30CFF: hue angle of 281.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30CFF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 12 | 255 | - |
| CMYK | 0.30 | 0.95 | 0 | 0 |
| HSL | 281.23º | 1% | 0.52% | - |
| HSV(B) | 281.23º | 0.95% | 1% | - |
| XYZ | 36.77 | 17.07 | 95.96 | - |
| YUV | 89.64 | 221.33 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 255 | 0.30 | 0.95 | 0 | 0 | 281.23 | 1 | 0.52 |
| Hex | B3 | C | FF | 1E | 5F | 0 | 0 | 119 | 64 | 34 |
| Octal | 263 | 14 | 377 | 36 | 137 | 0 | 0 | 431 | 144 | 64 |
| Binary | 10110011 | 1100 | 11111111 | 11110 | 1011111 | 0 | 0 | 100011001 | 1100100 | 110100 |
Color Harmonies of #B30CFF
Complementary color
Monochromatic Colors of #B30CFF
Black with #B30CFF
Text Example
Text Example
White with #B30CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CFF; }
p { color: rgb(179,12,255); }
H1.HeaderClassName
{
color: #B30CFF;
}
.AnyTagClassName
{
color: #B30CFF;
}
</style>
background-color css
<style>
a { background-color: #B30CFF; }
a { background-color: rgb(179,12,255); }
div.DivClassName
{
background-color: #B30CFF;
}
.BgClassName
{
background-color: #B30CFF;
}
</style>
border-color css
<style>
span { border-color: #B30CFF; }
span { border-color: rgb(179,12,255); }
td.TdClassName
{
border-color: #B30CFF;
}
.TagClassName
{
border-color: #B30CFF;
}
</style>