Shades of Electric Purple #BF07ED
Tints of Electric Purple #BF07ED
RGB
CMYK
RGB Variations
Color information
#BF07ED (or 0xBF07ED) is known color: Electric Purple. HEX triplet: BF, 07 and ED. RGB value is (191,7,237). Sum of RGB (Red+Green+Blue) = 191+7+237=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF07ED is #40F812. Grayscale: #575757. Windows color (decimal): -4257811 or 15534015. OLE color: 15534015.
HSL color Cylindrical-coordinate representation of color #BF07ED: hue angle of 288º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF07ED is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 7 | 237 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.07 |
| HSL | 288º | 0.94% | 0.48% | - |
| HSV(B) | 288º | 0.97% | 0.93% | - |
| XYZ | 36.85 | 17.34 | 81.53 | - |
| YUV | 88.24 | 211.96 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 7 | 237 | 0.19 | 0.97 | 0 | 0.07 | 288 | 0.94 | 0.48 |
| Hex | BF | 7 | ED | 13 | 61 | 0 | 7 | 120 | 5E | 30 |
| Octal | 277 | 7 | 355 | 23 | 141 | 0 | 7 | 440 | 136 | 60 |
| Binary | 10111111 | 111 | 11101101 | 10011 | 1100001 | 0 | 111 | 100100000 | 1011110 | 110000 |
Color Harmonies of #BF07ED
Complementary color
Monochromatic Colors of #BF07ED
Black with #BF07ED
Text Example
Text Example
White with #BF07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF07ED; }
p { color: rgb(191,7,237); }
H1.HeaderClassName
{
color: #BF07ED;
}
.AnyTagClassName
{
color: #BF07ED;
}
</style>
background-color css
<style>
a { background-color: #BF07ED; }
a { background-color: rgb(191,7,237); }
div.DivClassName
{
background-color: #BF07ED;
}
.BgClassName
{
background-color: #BF07ED;
}
</style>
border-color css
<style>
span { border-color: #BF07ED; }
span { border-color: rgb(191,7,237); }
td.TdClassName
{
border-color: #BF07ED;
}
.TagClassName
{
border-color: #BF07ED;
}
</style>