Shades of Electric Purple #BC30FB
Tints of Electric Purple #BC30FB
RGB
CMYK
RGB Variations
Color information
#BC30FB (or 0xBC30FB) is known color: Electric Purple. HEX triplet: BC, 30 and FB. RGB value is (188,48,251). Sum of RGB (Red+Green+Blue) = 188+48+251=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30FB is #43CF04. Grayscale: #707070. Windows color (decimal): -4443909 or 16462012. OLE color: 16462012.
HSL color Cylindrical-coordinate representation of color #BC30FB: hue angle of 281.38º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC30FB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 48 | 251 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.02 |
| HSL | 281.38º | 0.96% | 0.59% | - |
| HSV(B) | 281.38º | 0.81% | 0.98% | - |
| XYZ | 39.21 | 19.77 | 93.02 | - |
| YUV | 113 | 205.88 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 251 | 0.25 | 0.81 | 0 | 0.02 | 281.38 | 0.96 | 0.59 |
| Hex | BC | 30 | FB | 19 | 51 | 0 | 2 | 119 | 60 | 3B |
| Octal | 274 | 60 | 373 | 31 | 121 | 0 | 2 | 431 | 140 | 73 |
| Binary | 10111100 | 110000 | 11111011 | 11001 | 1010001 | 0 | 10 | 100011001 | 1100000 | 111011 |
Color Harmonies of #BC30FB
Complementary color
Monochromatic Colors of #BC30FB
Black with #BC30FB
Text Example
Text Example
White with #BC30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC30FB; }
p { color: rgb(188,48,251); }
H1.HeaderClassName
{
color: #BC30FB;
}
.AnyTagClassName
{
color: #BC30FB;
}
</style>
background-color css
<style>
a { background-color: #BC30FB; }
a { background-color: rgb(188,48,251); }
div.DivClassName
{
background-color: #BC30FB;
}
.BgClassName
{
background-color: #BC30FB;
}
</style>
border-color css
<style>
span { border-color: #BC30FB; }
span { border-color: rgb(188,48,251); }
td.TdClassName
{
border-color: #BC30FB;
}
.TagClassName
{
border-color: #BC30FB;
}
</style>