Shades of Electric Purple #B914F7
Tints of Electric Purple #B914F7
RGB
CMYK
RGB Variations
Color information
#B914F7 (or 0xB914F7) is known color: Electric Purple. HEX triplet: B9, 14 and F7. RGB value is (185,20,247). Sum of RGB (Red+Green+Blue) = 185+20+247=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #B914F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B914F7 is #46EB08. Grayscale: #5E5E5E. Windows color (decimal): -4647689 or 16192697. OLE color: 16192697.
HSL color Cylindrical-coordinate representation of color #B914F7: hue angle of 283.61º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B914F7 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 20 | 247 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.03 |
| HSL | 283.61º | 0.93% | 0.52% | - |
| HSV(B) | 283.61º | 0.92% | 0.97% | - |
| XYZ | 37.05 | 17.53 | 89.43 | - |
| YUV | 95.21 | 213.66 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 247 | 0.25 | 0.92 | 0 | 0.03 | 283.61 | 0.93 | 0.52 |
| Hex | B9 | 14 | F7 | 19 | 5C | 0 | 3 | 11C | 5D | 34 |
| Octal | 271 | 24 | 367 | 31 | 134 | 0 | 3 | 434 | 135 | 64 |
| Binary | 10111001 | 10100 | 11110111 | 11001 | 1011100 | 0 | 11 | 100011100 | 1011101 | 110100 |
Color Harmonies of #B914F7
Complementary color
Monochromatic Colors of #B914F7
Black with #B914F7
Text Example
Text Example
White with #B914F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914F7; }
p { color: rgb(185,20,247); }
H1.HeaderClassName
{
color: #B914F7;
}
.AnyTagClassName
{
color: #B914F7;
}
</style>
background-color css
<style>
a { background-color: #B914F7; }
a { background-color: rgb(185,20,247); }
div.DivClassName
{
background-color: #B914F7;
}
.BgClassName
{
background-color: #B914F7;
}
</style>
border-color css
<style>
span { border-color: #B914F7; }
span { border-color: rgb(185,20,247); }
td.TdClassName
{
border-color: #B914F7;
}
.TagClassName
{
border-color: #B914F7;
}
</style>