Shades of Electric Purple #B912FC
Tints of Electric Purple #B912FC
RGB
CMYK
RGB Variations
Color information
#B912FC (or 0xB912FC) is known color: Electric Purple. HEX triplet: B9, 12 and FC. RGB value is (185,18,252). Sum of RGB (Red+Green+Blue) = 185+18+252=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #B912FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912FC is #46ED03. Grayscale: #5D5D5D. Windows color (decimal): -4648196 or 16519865. OLE color: 16519865.
HSL color Cylindrical-coordinate representation of color #B912FC: hue angle of 282.82º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B912FC is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 18 | 252 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.01 |
| HSL | 282.82º | 0.98% | 0.53% | - |
| HSV(B) | 282.82º | 0.93% | 0.99% | - |
| XYZ | 37.79 | 17.78 | 93.53 | - |
| YUV | 94.61 | 216.83 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 252 | 0.27 | 0.93 | 0 | 0.01 | 282.82 | 0.98 | 0.53 |
| Hex | B9 | 12 | FC | 1B | 5D | 0 | 1 | 11B | 62 | 35 |
| Octal | 271 | 22 | 374 | 33 | 135 | 0 | 1 | 433 | 142 | 65 |
| Binary | 10111001 | 10010 | 11111100 | 11011 | 1011101 | 0 | 1 | 100011011 | 1100010 | 110101 |
Color Harmonies of #B912FC
Complementary color
Monochromatic Colors of #B912FC
Black with #B912FC
Text Example
Text Example
White with #B912FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912FC; }
p { color: rgb(185,18,252); }
H1.HeaderClassName
{
color: #B912FC;
}
.AnyTagClassName
{
color: #B912FC;
}
</style>
background-color css
<style>
a { background-color: #B912FC; }
a { background-color: rgb(185,18,252); }
div.DivClassName
{
background-color: #B912FC;
}
.BgClassName
{
background-color: #B912FC;
}
</style>
border-color css
<style>
span { border-color: #B912FC; }
span { border-color: rgb(185,18,252); }
td.TdClassName
{
border-color: #B912FC;
}
.TagClassName
{
border-color: #B912FC;
}
</style>