Shades of Electric Purple #B30CFB
Tints of Electric Purple #B30CFB
RGB
CMYK
RGB Variations
Color information
#B30CFB (or 0xB30CFB) is known color: Electric Purple. HEX triplet: B3, 0C and FB. RGB value is (179,12,251). Sum of RGB (Red+Green+Blue) = 179+12+251=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #B30CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CFB is #4CF304. Grayscale: #585858. Windows color (decimal): -5042949 or 16452787. OLE color: 16452787.
HSL color Cylindrical-coordinate representation of color #B30CFB: hue angle of 281.92º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30CFB is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 12 | 251 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.02 |
| HSL | 281.92º | 0.97% | 0.52% | - |
| HSV(B) | 281.92º | 0.95% | 0.98% | - |
| XYZ | 36.13 | 16.81 | 92.61 | - |
| YUV | 89.18 | 219.33 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 251 | 0.29 | 0.95 | 0 | 0.02 | 281.92 | 0.97 | 0.52 |
| Hex | B3 | C | FB | 1D | 5F | 0 | 2 | 11A | 61 | 34 |
| Octal | 263 | 14 | 373 | 35 | 137 | 0 | 2 | 432 | 141 | 64 |
| Binary | 10110011 | 1100 | 11111011 | 11101 | 1011111 | 0 | 10 | 100011010 | 1100001 | 110100 |
Color Harmonies of #B30CFB
Complementary color
Monochromatic Colors of #B30CFB
Black with #B30CFB
Text Example
Text Example
White with #B30CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CFB; }
p { color: rgb(179,12,251); }
H1.HeaderClassName
{
color: #B30CFB;
}
.AnyTagClassName
{
color: #B30CFB;
}
</style>
background-color css
<style>
a { background-color: #B30CFB; }
a { background-color: rgb(179,12,251); }
div.DivClassName
{
background-color: #B30CFB;
}
.BgClassName
{
background-color: #B30CFB;
}
</style>
border-color css
<style>
span { border-color: #B30CFB; }
span { border-color: rgb(179,12,251); }
td.TdClassName
{
border-color: #B30CFB;
}
.TagClassName
{
border-color: #B30CFB;
}
</style>