Shades of Electric Purple #B912E6
Tints of Electric Purple #B912E6
RGB
CMYK
RGB Variations
Color information
#B912E6 (or 0xB912E6) is known color: Electric Purple. HEX triplet: B9, 12 and E6. RGB value is (185,18,230). Sum of RGB (Red+Green+Blue) = 185+18+230=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #B912E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912E6 is #46ED19. Grayscale: #5B5B5B. Windows color (decimal): -4648218 or 15078073. OLE color: 15078073.
HSL color Cylindrical-coordinate representation of color #B912E6: hue angle of 287.26º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B912E6 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 18 | 230 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.10 |
| HSL | 287.26º | 0.85% | 0.49% | - |
| HSV(B) | 287.26º | 0.92% | 0.9% | - |
| XYZ | 34.51 | 16.46 | 76.22 | - |
| YUV | 92.1 | 205.83 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 230 | 0.20 | 0.92 | 0 | 0.10 | 287.26 | 0.85 | 0.49 |
| Hex | B9 | 12 | E6 | 14 | 5C | 0 | A | 11F | 55 | 31 |
| Octal | 271 | 22 | 346 | 24 | 134 | 0 | 12 | 437 | 125 | 61 |
| Binary | 10111001 | 10010 | 11100110 | 10100 | 1011100 | 0 | 1010 | 100011111 | 1010101 | 110001 |
Color Harmonies of #B912E6
Complementary color
Monochromatic Colors of #B912E6
Black with #B912E6
Text Example
Text Example
White with #B912E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912E6; }
p { color: rgb(185,18,230); }
H1.HeaderClassName
{
color: #B912E6;
}
.AnyTagClassName
{
color: #B912E6;
}
</style>
background-color css
<style>
a { background-color: #B912E6; }
a { background-color: rgb(185,18,230); }
div.DivClassName
{
background-color: #B912E6;
}
.BgClassName
{
background-color: #B912E6;
}
</style>
border-color css
<style>
span { border-color: #B912E6; }
span { border-color: rgb(185,18,230); }
td.TdClassName
{
border-color: #B912E6;
}
.TagClassName
{
border-color: #B912E6;
}
</style>