Shades of Electric Purple #BF0BFF
Tints of Electric Purple #BF0BFF
RGB
CMYK
RGB Variations
Color information
#BF0BFF (or 0xBF0BFF) is known color: Electric Purple. HEX triplet: BF, 0B and FF. RGB value is (191,11,255). Sum of RGB (Red+Green+Blue) = 191+11+255=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF0BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BFF is #40F400. Grayscale: #5B5B5B. Windows color (decimal): -4256769 or 16714687. OLE color: 16714687.
HSL color Cylindrical-coordinate representation of color #BF0BFF: hue angle of 284.26º 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 #BF0BFF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 11 | 255 | - |
| CMYK | 0.25 | 0.96 | 0 | 0 |
| HSL | 284.26º | 1% | 0.52% | - |
| HSV(B) | 284.26º | 0.96% | 1% | - |
| XYZ | 39.66 | 18.54 | 96.1 | - |
| YUV | 92.64 | 219.63 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 255 | 0.25 | 0.96 | 0 | 0 | 284.26 | 1 | 0.52 |
| Hex | BF | B | FF | 19 | 60 | 0 | 0 | 11C | 64 | 34 |
| Octal | 277 | 13 | 377 | 31 | 140 | 0 | 0 | 434 | 144 | 64 |
| Binary | 10111111 | 1011 | 11111111 | 11001 | 1100000 | 0 | 0 | 100011100 | 1100100 | 110100 |
Color Harmonies of #BF0BFF
Complementary color
Monochromatic Colors of #BF0BFF
Black with #BF0BFF
Text Example
Text Example
White with #BF0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BFF; }
p { color: rgb(191,11,255); }
H1.HeaderClassName
{
color: #BF0BFF;
}
.AnyTagClassName
{
color: #BF0BFF;
}
</style>
background-color css
<style>
a { background-color: #BF0BFF; }
a { background-color: rgb(191,11,255); }
div.DivClassName
{
background-color: #BF0BFF;
}
.BgClassName
{
background-color: #BF0BFF;
}
</style>
border-color css
<style>
span { border-color: #BF0BFF; }
span { border-color: rgb(191,11,255); }
td.TdClassName
{
border-color: #BF0BFF;
}
.TagClassName
{
border-color: #BF0BFF;
}
</style>