Shades of Electric Purple #B712FA
Tints of Electric Purple #B712FA
RGB
CMYK
RGB Variations
Color information
#B712FA (or 0xB712FA) is known color: Electric Purple. HEX triplet: B7, 12 and FA. RGB value is (183,18,250). Sum of RGB (Red+Green+Blue) = 183+18+250=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #B712FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B712FA is #48ED05. Grayscale: #5D5D5D. Windows color (decimal): -4779270 or 16388791. OLE color: 16388791.
HSL color Cylindrical-coordinate representation of color #B712FA: hue angle of 282.67º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B712FA is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 18 | 250 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.02 |
| HSL | 282.67º | 0.96% | 0.53% | - |
| HSV(B) | 282.67º | 0.93% | 0.98% | - |
| XYZ | 37 | 17.4 | 91.85 | - |
| YUV | 93.78 | 216.16 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 250 | 0.27 | 0.93 | 0 | 0.02 | 282.67 | 0.96 | 0.53 |
| Hex | B7 | 12 | FA | 1B | 5D | 0 | 2 | 11B | 60 | 35 |
| Octal | 267 | 22 | 372 | 33 | 135 | 0 | 2 | 433 | 140 | 65 |
| Binary | 10110111 | 10010 | 11111010 | 11011 | 1011101 | 0 | 10 | 100011011 | 1100000 | 110101 |
Color Harmonies of #B712FA
Complementary color
Monochromatic Colors of #B712FA
Black with #B712FA
Text Example
Text Example
White with #B712FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B712FA; }
p { color: rgb(183,18,250); }
H1.HeaderClassName
{
color: #B712FA;
}
.AnyTagClassName
{
color: #B712FA;
}
</style>
background-color css
<style>
a { background-color: #B712FA; }
a { background-color: rgb(183,18,250); }
div.DivClassName
{
background-color: #B712FA;
}
.BgClassName
{
background-color: #B712FA;
}
</style>
border-color css
<style>
span { border-color: #B712FA; }
span { border-color: rgb(183,18,250); }
td.TdClassName
{
border-color: #B712FA;
}
.TagClassName
{
border-color: #B712FA;
}
</style>