Shades of Electric Purple #BF0BFC
Tints of Electric Purple #BF0BFC
RGB
CMYK
RGB Variations
Color information
#BF0BFC (or 0xBF0BFC) is known color: Electric Purple. HEX triplet: BF, 0B and FC. RGB value is (191,11,252). Sum of RGB (Red+Green+Blue) = 191+11+252=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF0BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BFC is #40F403. Grayscale: #5B5B5B. Windows color (decimal): -4256772 or 16518079. OLE color: 16518079.
HSL color Cylindrical-coordinate representation of color #BF0BFC: hue angle of 284.81º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0BFC is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 11 | 252 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.01 |
| HSL | 284.81º | 0.98% | 0.52% | - |
| HSV(B) | 284.81º | 0.96% | 0.99% | - |
| XYZ | 39.18 | 18.34 | 93.57 | - |
| YUV | 92.29 | 218.13 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 11 | 252 | 0.24 | 0.96 | 0 | 0.01 | 284.81 | 0.98 | 0.52 |
| Hex | BF | B | FC | 18 | 60 | 0 | 1 | 11D | 62 | 34 |
| Octal | 277 | 13 | 374 | 30 | 140 | 0 | 1 | 435 | 142 | 64 |
| Binary | 10111111 | 1011 | 11111100 | 11000 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #BF0BFC
Complementary color
Monochromatic Colors of #BF0BFC
Black with #BF0BFC
Text Example
Text Example
White with #BF0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0BFC; }
p { color: rgb(191,11,252); }
H1.HeaderClassName
{
color: #BF0BFC;
}
.AnyTagClassName
{
color: #BF0BFC;
}
</style>
background-color css
<style>
a { background-color: #BF0BFC; }
a { background-color: rgb(191,11,252); }
div.DivClassName
{
background-color: #BF0BFC;
}
.BgClassName
{
background-color: #BF0BFC;
}
</style>
border-color css
<style>
span { border-color: #BF0BFC; }
span { border-color: rgb(191,11,252); }
td.TdClassName
{
border-color: #BF0BFC;
}
.TagClassName
{
border-color: #BF0BFC;
}
</style>