Shades of Electric Purple #BF0AFF
Tints of Electric Purple #BF0AFF
RGB
CMYK
RGB Variations
Color information
#BF0AFF (or 0xBF0AFF) is known color: Electric Purple. HEX triplet: BF, 0A and FF. RGB value is (191,10,255). Sum of RGB (Red+Green+Blue) = 191+10+255=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF0AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0AFF is #40F500. Grayscale: #5B5B5B. Windows color (decimal): -4257025 or 16714431. OLE color: 16714431.
HSL color Cylindrical-coordinate representation of color #BF0AFF: hue angle of 284.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0AFF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 10 | 255 | - |
| CMYK | 0.25 | 0.96 | 0 | 0 |
| HSL | 284.33º | 1% | 0.52% | - |
| HSV(B) | 284.33º | 0.96% | 1% | - |
| XYZ | 39.64 | 18.51 | 96.09 | - |
| YUV | 92.05 | 219.97 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 10 | 255 | 0.25 | 0.96 | 0 | 0 | 284.33 | 1 | 0.52 |
| Hex | BF | A | FF | 19 | 60 | 0 | 0 | 11C | 64 | 34 |
| Octal | 277 | 12 | 377 | 31 | 140 | 0 | 0 | 434 | 144 | 64 |
| Binary | 10111111 | 1010 | 11111111 | 11001 | 1100000 | 0 | 0 | 100011100 | 1100100 | 110100 |
Color Harmonies of #BF0AFF
Complementary color
Monochromatic Colors of #BF0AFF
Black with #BF0AFF
Text Example
Text Example
White with #BF0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0AFF; }
p { color: rgb(191,10,255); }
H1.HeaderClassName
{
color: #BF0AFF;
}
.AnyTagClassName
{
color: #BF0AFF;
}
</style>
background-color css
<style>
a { background-color: #BF0AFF; }
a { background-color: rgb(191,10,255); }
div.DivClassName
{
background-color: #BF0AFF;
}
.BgClassName
{
background-color: #BF0AFF;
}
</style>
border-color css
<style>
span { border-color: #BF0AFF; }
span { border-color: rgb(191,10,255); }
td.TdClassName
{
border-color: #BF0AFF;
}
.TagClassName
{
border-color: #BF0AFF;
}
</style>