Shades of Electric Purple #B731FA
Tints of Electric Purple #B731FA
RGB
CMYK
RGB Variations
Color information
#B731FA (or 0xB731FA) is known color: Electric Purple. HEX triplet: B7, 31 and FA. RGB value is (183,49,250). Sum of RGB (Red+Green+Blue) = 183+49+250=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #B731FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731FA is #48CE05. Grayscale: #6F6F6F. Windows color (decimal): -4771334 or 16396727. OLE color: 16396727.
HSL color Cylindrical-coordinate representation of color #B731FA: hue angle of 280º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B731FA is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 49 | 250 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.02 |
| HSL | 280º | 0.95% | 0.59% | - |
| HSV(B) | 280º | 0.8% | 0.98% | - |
| XYZ | 37.88 | 19.17 | 92.15 | - |
| YUV | 111.98 | 205.89 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 250 | 0.27 | 0.80 | 0 | 0.02 | 280 | 0.95 | 0.59 |
| Hex | B7 | 31 | FA | 1B | 50 | 0 | 2 | 118 | 5F | 3B |
| Octal | 267 | 61 | 372 | 33 | 120 | 0 | 2 | 430 | 137 | 73 |
| Binary | 10110111 | 110001 | 11111010 | 11011 | 1010000 | 0 | 10 | 100011000 | 1011111 | 111011 |
Color Harmonies of #B731FA
Complementary color
Monochromatic Colors of #B731FA
Black with #B731FA
Text Example
Text Example
White with #B731FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731FA; }
p { color: rgb(183,49,250); }
H1.HeaderClassName
{
color: #B731FA;
}
.AnyTagClassName
{
color: #B731FA;
}
</style>
background-color css
<style>
a { background-color: #B731FA; }
a { background-color: rgb(183,49,250); }
div.DivClassName
{
background-color: #B731FA;
}
.BgClassName
{
background-color: #B731FA;
}
</style>
border-color css
<style>
span { border-color: #B731FA; }
span { border-color: rgb(183,49,250); }
td.TdClassName
{
border-color: #B731FA;
}
.TagClassName
{
border-color: #B731FA;
}
</style>