Shades of Electric Purple #BF16E6
Tints of Electric Purple #BF16E6
RGB
CMYK
RGB Variations
Color information
#BF16E6 (or 0xBF16E6) is known color: Electric Purple. HEX triplet: BF, 16 and E6. RGB value is (191,22,230). Sum of RGB (Red+Green+Blue) = 191+22+230=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF16E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF16E6 is #40E919. Grayscale: #5F5F5F. Windows color (decimal): -4253978 or 15079103. OLE color: 15079103.
HSL color Cylindrical-coordinate representation of color #BF16E6: hue angle of 288.75º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF16E6 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 22 | 230 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.10 |
| HSL | 288.75º | 0.83% | 0.49% | - |
| HSV(B) | 288.75º | 0.9% | 0.9% | - |
| XYZ | 36.06 | 17.36 | 76.31 | - |
| YUV | 96.24 | 203.49 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 230 | 0.17 | 0.90 | 0 | 0.10 | 288.75 | 0.83 | 0.49 |
| Hex | BF | 16 | E6 | 11 | 5A | 0 | A | 121 | 53 | 31 |
| Octal | 277 | 26 | 346 | 21 | 132 | 0 | 12 | 441 | 123 | 61 |
| Binary | 10111111 | 10110 | 11100110 | 10001 | 1011010 | 0 | 1010 | 100100001 | 1010011 | 110001 |
Color Harmonies of #BF16E6
Complementary color
Monochromatic Colors of #BF16E6
Black with #BF16E6
Text Example
Text Example
White with #BF16E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF16E6; }
p { color: rgb(191,22,230); }
H1.HeaderClassName
{
color: #BF16E6;
}
.AnyTagClassName
{
color: #BF16E6;
}
</style>
background-color css
<style>
a { background-color: #BF16E6; }
a { background-color: rgb(191,22,230); }
div.DivClassName
{
background-color: #BF16E6;
}
.BgClassName
{
background-color: #BF16E6;
}
</style>
border-color css
<style>
span { border-color: #BF16E6; }
span { border-color: rgb(191,22,230); }
td.TdClassName
{
border-color: #BF16E6;
}
.TagClassName
{
border-color: #BF16E6;
}
</style>