Shades of Electric Purple #B912F7
Tints of Electric Purple #B912F7
RGB
CMYK
RGB Variations
Color information
#B912F7 (or 0xB912F7) is known color: Electric Purple. HEX triplet: B9, 12 and F7. RGB value is (185,18,247). Sum of RGB (Red+Green+Blue) = 185+18+247=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 247 (96.88% from 255 or 54.89% from 450); Max value from RGB is 247 - color contains mainly: blue. Hex color #B912F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912F7 is #46ED08. Grayscale: #5D5D5D. Windows color (decimal): -4648201 or 16192185. OLE color: 16192185.
HSL color Cylindrical-coordinate representation of color #B912F7: hue angle of 283.76º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B912F7 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 18 | 247 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.03 |
| HSL | 283.76º | 0.93% | 0.52% | - |
| HSV(B) | 283.76º | 0.93% | 0.97% | - |
| XYZ | 37.01 | 17.46 | 89.42 | - |
| YUV | 94.04 | 214.33 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 247 | 0.25 | 0.93 | 0 | 0.03 | 283.76 | 0.93 | 0.52 |
| Hex | B9 | 12 | F7 | 19 | 5D | 0 | 3 | 11C | 5D | 34 |
| Octal | 271 | 22 | 367 | 31 | 135 | 0 | 3 | 434 | 135 | 64 |
| Binary | 10111001 | 10010 | 11110111 | 11001 | 1011101 | 0 | 11 | 100011100 | 1011101 | 110100 |
Color Harmonies of #B912F7
Complementary color
Monochromatic Colors of #B912F7
Black with #B912F7
Text Example
Text Example
White with #B912F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912F7; }
p { color: rgb(185,18,247); }
H1.HeaderClassName
{
color: #B912F7;
}
.AnyTagClassName
{
color: #B912F7;
}
</style>
background-color css
<style>
a { background-color: #B912F7; }
a { background-color: rgb(185,18,247); }
div.DivClassName
{
background-color: #B912F7;
}
.BgClassName
{
background-color: #B912F7;
}
</style>
border-color css
<style>
span { border-color: #B912F7; }
span { border-color: rgb(185,18,247); }
td.TdClassName
{
border-color: #B912F7;
}
.TagClassName
{
border-color: #B912F7;
}
</style>