Shades of Electric Purple #BF30FF
Tints of Electric Purple #BF30FF
RGB
CMYK
RGB Variations
Color information
#BF30FF (or 0xBF30FF) is known color: Electric Purple. HEX triplet: BF, 30 and FF. RGB value is (191,48,255). Sum of RGB (Red+Green+Blue) = 191+48+255=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF30FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30FF is #40CF00. Grayscale: #717171. Windows color (decimal): -4247297 or 16724159. OLE color: 16724159.
HSL color Cylindrical-coordinate representation of color #BF30FF: hue angle of 281.45º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF30FF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 48 | 255 | - |
| CMYK | 0.25 | 0.81 | 0 | 0 |
| HSL | 281.45º | 1% | 0.59% | - |
| HSV(B) | 281.45º | 0.81% | 1% | - |
| XYZ | 40.59 | 20.41 | 96.41 | - |
| YUV | 114.36 | 207.38 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 255 | 0.25 | 0.81 | 0 | 0 | 281.45 | 1 | 0.59 |
| Hex | BF | 30 | FF | 19 | 51 | 0 | 0 | 119 | 64 | 3B |
| Octal | 277 | 60 | 377 | 31 | 121 | 0 | 0 | 431 | 144 | 73 |
| Binary | 10111111 | 110000 | 11111111 | 11001 | 1010001 | 0 | 0 | 100011001 | 1100100 | 111011 |
Color Harmonies of #BF30FF
Complementary color
Monochromatic Colors of #BF30FF
Black with #BF30FF
Text Example
Text Example
White with #BF30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30FF; }
p { color: rgb(191,48,255); }
H1.HeaderClassName
{
color: #BF30FF;
}
.AnyTagClassName
{
color: #BF30FF;
}
</style>
background-color css
<style>
a { background-color: #BF30FF; }
a { background-color: rgb(191,48,255); }
div.DivClassName
{
background-color: #BF30FF;
}
.BgClassName
{
background-color: #BF30FF;
}
</style>
border-color css
<style>
span { border-color: #BF30FF; }
span { border-color: rgb(191,48,255); }
td.TdClassName
{
border-color: #BF30FF;
}
.TagClassName
{
border-color: #BF30FF;
}
</style>