Shades of Electric Purple #BF30F5
Tints of Electric Purple #BF30F5
RGB
CMYK
RGB Variations
Color information
#BF30F5 (or 0xBF30F5) is known color: Electric Purple. HEX triplet: BF, 30 and F5. RGB value is (191,48,245). Sum of RGB (Red+Green+Blue) = 191+48+245=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF30F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30F5 is #40CF0A. Grayscale: #707070. Windows color (decimal): -4247307 or 16068799. OLE color: 16068799.
HSL color Cylindrical-coordinate representation of color #BF30F5: hue angle of 283.55º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF30F5 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 48 | 245 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.04 |
| HSL | 283.55º | 0.91% | 0.57% | - |
| HSV(B) | 283.55º | 0.8% | 0.96% | - |
| XYZ | 39.02 | 19.78 | 88.15 | - |
| YUV | 113.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 245 | 0.22 | 0.80 | 0 | 0.04 | 283.55 | 0.91 | 0.57 |
| Hex | BF | 30 | F5 | 16 | 50 | 0 | 4 | 11C | 5B | 39 |
| Octal | 277 | 60 | 365 | 26 | 120 | 0 | 4 | 434 | 133 | 71 |
| Binary | 10111111 | 110000 | 11110101 | 10110 | 1010000 | 0 | 100 | 100011100 | 1011011 | 111001 |
Color Harmonies of #BF30F5
Complementary color
Monochromatic Colors of #BF30F5
Black with #BF30F5
Text Example
Text Example
White with #BF30F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30F5; }
p { color: rgb(191,48,245); }
H1.HeaderClassName
{
color: #BF30F5;
}
.AnyTagClassName
{
color: #BF30F5;
}
</style>
background-color css
<style>
a { background-color: #BF30F5; }
a { background-color: rgb(191,48,245); }
div.DivClassName
{
background-color: #BF30F5;
}
.BgClassName
{
background-color: #BF30F5;
}
</style>
border-color css
<style>
span { border-color: #BF30F5; }
span { border-color: rgb(191,48,245); }
td.TdClassName
{
border-color: #BF30F5;
}
.TagClassName
{
border-color: #BF30F5;
}
</style>