Shades of Electric Purple #B731FB
Tints of Electric Purple #B731FB
RGB
CMYK
RGB Variations
Color information
#B731FB (or 0xB731FB) is known color: Electric Purple. HEX triplet: B7, 31 and FB. RGB value is (183,49,251). Sum of RGB (Red+Green+Blue) = 183+49+251=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 49 (19.53% from 255 or 10.14% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #B731FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731FB is #48CE04. Grayscale: #6F6F6F. Windows color (decimal): -4771333 or 16462263. OLE color: 16462263.
HSL color Cylindrical-coordinate representation of color #B731FB: hue angle of 279.8º degrees, saturation: 0.96, 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 #B731FB is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 49 | 251 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.02 |
| HSL | 279.8º | 0.96% | 0.59% | - |
| HSV(B) | 279.8º | 0.8% | 0.98% | - |
| XYZ | 38.04 | 19.23 | 92.97 | - |
| YUV | 112.09 | 206.39 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 251 | 0.27 | 0.80 | 0 | 0.02 | 279.8 | 0.96 | 0.59 |
| Hex | B7 | 31 | FB | 1B | 50 | 0 | 2 | 118 | 60 | 3B |
| Octal | 267 | 61 | 373 | 33 | 120 | 0 | 2 | 430 | 140 | 73 |
| Binary | 10110111 | 110001 | 11111011 | 11011 | 1010000 | 0 | 10 | 100011000 | 1100000 | 111011 |
Color Harmonies of #B731FB
Complementary color
Monochromatic Colors of #B731FB
Black with #B731FB
Text Example
Text Example
White with #B731FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731FB; }
p { color: rgb(183,49,251); }
H1.HeaderClassName
{
color: #B731FB;
}
.AnyTagClassName
{
color: #B731FB;
}
</style>
background-color css
<style>
a { background-color: #B731FB; }
a { background-color: rgb(183,49,251); }
div.DivClassName
{
background-color: #B731FB;
}
.BgClassName
{
background-color: #B731FB;
}
</style>
border-color css
<style>
span { border-color: #B731FB; }
span { border-color: rgb(183,49,251); }
td.TdClassName
{
border-color: #B731FB;
}
.TagClassName
{
border-color: #B731FB;
}
</style>