Shades of Electric Purple #BF0CFA
Tints of Electric Purple #BF0CFA
RGB
CMYK
RGB Variations
Color information
#BF0CFA (or 0xBF0CFA) is known color: Electric Purple. HEX triplet: BF, 0C and FA. RGB value is (191,12,250). Sum of RGB (Red+Green+Blue) = 191+12+250=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0CFA is #40F305. Grayscale: #5B5B5B. Windows color (decimal): -4256518 or 16387263. OLE color: 16387263.
HSL color Cylindrical-coordinate representation of color #BF0CFA: hue angle of 285.13º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0CFA is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 12 | 250 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.02 |
| HSL | 285.13º | 0.96% | 0.51% | - |
| HSV(B) | 285.13º | 0.95% | 0.98% | - |
| XYZ | 38.87 | 18.24 | 91.91 | - |
| YUV | 92.65 | 216.8 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 250 | 0.24 | 0.95 | 0 | 0.02 | 285.13 | 0.96 | 0.51 |
| Hex | BF | C | FA | 18 | 5F | 0 | 2 | 11D | 60 | 33 |
| Octal | 277 | 14 | 372 | 30 | 137 | 0 | 2 | 435 | 140 | 63 |
| Binary | 10111111 | 1100 | 11111010 | 11000 | 1011111 | 0 | 10 | 100011101 | 1100000 | 110011 |
Color Harmonies of #BF0CFA
Complementary color
Monochromatic Colors of #BF0CFA
Black with #BF0CFA
Text Example
Text Example
White with #BF0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CFA; }
p { color: rgb(191,12,250); }
H1.HeaderClassName
{
color: #BF0CFA;
}
.AnyTagClassName
{
color: #BF0CFA;
}
</style>
background-color css
<style>
a { background-color: #BF0CFA; }
a { background-color: rgb(191,12,250); }
div.DivClassName
{
background-color: #BF0CFA;
}
.BgClassName
{
background-color: #BF0CFA;
}
</style>
border-color css
<style>
span { border-color: #BF0CFA; }
span { border-color: rgb(191,12,250); }
td.TdClassName
{
border-color: #BF0CFA;
}
.TagClassName
{
border-color: #BF0CFA;
}
</style>