Shades of Electric Purple #B912F3
Tints of Electric Purple #B912F3
RGB
CMYK
RGB Variations
Color information
#B912F3 (or 0xB912F3) is known color: Electric Purple. HEX triplet: B9, 12 and F3. RGB value is (185,18,243). Sum of RGB (Red+Green+Blue) = 185+18+243=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #B912F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912F3 is #46ED0C. Grayscale: #5C5C5C. Windows color (decimal): -4648205 or 15930041. OLE color: 15930041.
HSL color Cylindrical-coordinate representation of color #B912F3: hue angle of 284.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B912F3 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 18 | 243 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.05 |
| HSL | 284.53º | 0.9% | 0.51% | - |
| HSV(B) | 284.53º | 0.93% | 0.95% | - |
| XYZ | 36.4 | 17.22 | 86.2 | - |
| YUV | 93.58 | 212.33 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 243 | 0.24 | 0.93 | 0 | 0.05 | 284.53 | 0.9 | 0.51 |
| Hex | B9 | 12 | F3 | 18 | 5D | 0 | 5 | 11D | 5A | 33 |
| Octal | 271 | 22 | 363 | 30 | 135 | 0 | 5 | 435 | 132 | 63 |
| Binary | 10111001 | 10010 | 11110011 | 11000 | 1011101 | 0 | 101 | 100011101 | 1011010 | 110011 |
Color Harmonies of #B912F3
Complementary color
Monochromatic Colors of #B912F3
Black with #B912F3
Text Example
Text Example
White with #B912F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912F3; }
p { color: rgb(185,18,243); }
H1.HeaderClassName
{
color: #B912F3;
}
.AnyTagClassName
{
color: #B912F3;
}
</style>
background-color css
<style>
a { background-color: #B912F3; }
a { background-color: rgb(185,18,243); }
div.DivClassName
{
background-color: #B912F3;
}
.BgClassName
{
background-color: #B912F3;
}
</style>
border-color css
<style>
span { border-color: #B912F3; }
span { border-color: rgb(185,18,243); }
td.TdClassName
{
border-color: #B912F3;
}
.TagClassName
{
border-color: #B912F3;
}
</style>