Shades of Electric Purple #BF0CFF
Tints of Electric Purple #BF0CFF
RGB
CMYK
RGB Variations
Color information
#BF0CFF (or 0xBF0CFF) is known color: Electric Purple. HEX triplet: BF, 0C and FF. RGB value is (191,12,255). Sum of RGB (Red+Green+Blue) = 191+12+255=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0CFF is #40F300. Grayscale: #5C5C5C. Windows color (decimal): -4256513 or 16714943. OLE color: 16714943.
HSL color Cylindrical-coordinate representation of color #BF0CFF: hue angle of 284.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0CFF is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 12 | 255 | - |
| CMYK | 0.25 | 0.95 | 0 | 0 |
| HSL | 284.2º | 1% | 0.52% | - |
| HSV(B) | 284.2º | 0.95% | 1% | - |
| XYZ | 39.67 | 18.56 | 96.1 | - |
| YUV | 93.22 | 219.3 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 255 | 0.25 | 0.95 | 0 | 0 | 284.2 | 1 | 0.52 |
| Hex | BF | C | FF | 19 | 5F | 0 | 0 | 11C | 64 | 34 |
| Octal | 277 | 14 | 377 | 31 | 137 | 0 | 0 | 434 | 144 | 64 |
| Binary | 10111111 | 1100 | 11111111 | 11001 | 1011111 | 0 | 0 | 100011100 | 1100100 | 110100 |
Color Harmonies of #BF0CFF
Complementary color
Monochromatic Colors of #BF0CFF
Black with #BF0CFF
Text Example
Text Example
White with #BF0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0CFF; }
p { color: rgb(191,12,255); }
H1.HeaderClassName
{
color: #BF0CFF;
}
.AnyTagClassName
{
color: #BF0CFF;
}
</style>
background-color css
<style>
a { background-color: #BF0CFF; }
a { background-color: rgb(191,12,255); }
div.DivClassName
{
background-color: #BF0CFF;
}
.BgClassName
{
background-color: #BF0CFF;
}
</style>
border-color css
<style>
span { border-color: #BF0CFF; }
span { border-color: rgb(191,12,255); }
td.TdClassName
{
border-color: #BF0CFF;
}
.TagClassName
{
border-color: #BF0CFF;
}
</style>