Shades of Electric Purple #B912F2
Tints of Electric Purple #B912F2
RGB
CMYK
RGB Variations
Color information
#B912F2 (or 0xB912F2) is known color: Electric Purple. HEX triplet: B9, 12 and F2. RGB value is (185,18,242). Sum of RGB (Red+Green+Blue) = 185+18+242=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #B912F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912F2 is #46ED0D. Grayscale: #5C5C5C. Windows color (decimal): -4648206 or 15864505. OLE color: 15864505.
HSL color Cylindrical-coordinate representation of color #B912F2: hue angle of 284.73º 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 #B912F2 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 18 | 242 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.05 |
| HSL | 284.73º | 0.9% | 0.51% | - |
| HSV(B) | 284.73º | 0.93% | 0.95% | - |
| XYZ | 36.25 | 17.16 | 85.41 | - |
| YUV | 93.47 | 211.83 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 242 | 0.24 | 0.93 | 0 | 0.05 | 284.73 | 0.9 | 0.51 |
| Hex | B9 | 12 | F2 | 18 | 5D | 0 | 5 | 11D | 5A | 33 |
| Octal | 271 | 22 | 362 | 30 | 135 | 0 | 5 | 435 | 132 | 63 |
| Binary | 10111001 | 10010 | 11110010 | 11000 | 1011101 | 0 | 101 | 100011101 | 1011010 | 110011 |
Color Harmonies of #B912F2
Complementary color
Monochromatic Colors of #B912F2
Black with #B912F2
Text Example
Text Example
White with #B912F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912F2; }
p { color: rgb(185,18,242); }
H1.HeaderClassName
{
color: #B912F2;
}
.AnyTagClassName
{
color: #B912F2;
}
</style>
background-color css
<style>
a { background-color: #B912F2; }
a { background-color: rgb(185,18,242); }
div.DivClassName
{
background-color: #B912F2;
}
.BgClassName
{
background-color: #B912F2;
}
</style>
border-color css
<style>
span { border-color: #B912F2; }
span { border-color: rgb(185,18,242); }
td.TdClassName
{
border-color: #B912F2;
}
.TagClassName
{
border-color: #B912F2;
}
</style>