Shades of Electric Purple #BF16ED
Tints of Electric Purple #BF16ED
RGB
CMYK
RGB Variations
Color information
#BF16ED (or 0xBF16ED) is known color: Electric Purple. HEX triplet: BF, 16 and ED. RGB value is (191,22,237). Sum of RGB (Red+Green+Blue) = 191+22+237=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF16ED is #40E912. Grayscale: #606060. Windows color (decimal): -4253971 or 15537855. OLE color: 15537855.
HSL color Cylindrical-coordinate representation of color #BF16ED: hue angle of 287.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF16ED is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 22 | 237 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.07 |
| HSL | 287.16º | 0.86% | 0.51% | - |
| HSV(B) | 287.16º | 0.91% | 0.93% | - |
| XYZ | 37.06 | 17.76 | 81.6 | - |
| YUV | 97.04 | 206.99 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 237 | 0.19 | 0.91 | 0 | 0.07 | 287.16 | 0.86 | 0.51 |
| Hex | BF | 16 | ED | 13 | 5B | 0 | 7 | 11F | 56 | 33 |
| Octal | 277 | 26 | 355 | 23 | 133 | 0 | 7 | 437 | 126 | 63 |
| Binary | 10111111 | 10110 | 11101101 | 10011 | 1011011 | 0 | 111 | 100011111 | 1010110 | 110011 |
Color Harmonies of #BF16ED
Complementary color
Monochromatic Colors of #BF16ED
Black with #BF16ED
Text Example
Text Example
White with #BF16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16ED; }
p { color: rgb(191,22,237); }
H1.HeaderClassName
{
color: #BF16ED;
}
.AnyTagClassName
{
color: #BF16ED;
}
</style>
background-color css
<style>
a { background-color: #BF16ED; }
a { background-color: rgb(191,22,237); }
div.DivClassName
{
background-color: #BF16ED;
}
.BgClassName
{
background-color: #BF16ED;
}
</style>
border-color css
<style>
span { border-color: #BF16ED; }
span { border-color: rgb(191,22,237); }
td.TdClassName
{
border-color: #BF16ED;
}
.TagClassName
{
border-color: #BF16ED;
}
</style>