Shades of Electric Purple #B731FF
Tints of Electric Purple #B731FF
RGB
CMYK
RGB Variations
Color information
#B731FF (or 0xB731FF) is known color: Electric Purple. HEX triplet: B7, 31 and FF. RGB value is (183,49,255). Sum of RGB (Red+Green+Blue) = 183+49+255=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #B731FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731FF is #48CE00. Grayscale: #6F6F6F. Windows color (decimal): -4771329 or 16724407. OLE color: 16724407.
HSL color Cylindrical-coordinate representation of color #B731FF: hue angle of 279.03º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B731FF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 49 | 255 | - |
| CMYK | 0.28 | 0.81 | 0 | 0 |
| HSL | 279.03º | 1% | 0.6% | - |
| HSV(B) | 279.03º | 0.81% | 1% | - |
| XYZ | 38.68 | 19.48 | 96.33 | - |
| YUV | 112.55 | 208.39 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 255 | 0.28 | 0.81 | 0 | 0 | 279.03 | 1 | 0.6 |
| Hex | B7 | 31 | FF | 1C | 51 | 0 | 0 | 117 | 64 | 3C |
| Octal | 267 | 61 | 377 | 34 | 121 | 0 | 0 | 427 | 144 | 74 |
| Binary | 10110111 | 110001 | 11111111 | 11100 | 1010001 | 0 | 0 | 100010111 | 1100100 | 111100 |
Color Harmonies of #B731FF
Complementary color
Monochromatic Colors of #B731FF
Black with #B731FF
Text Example
Text Example
White with #B731FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B731FF; }
p { color: rgb(183,49,255); }
H1.HeaderClassName
{
color: #B731FF;
}
.AnyTagClassName
{
color: #B731FF;
}
</style>
background-color css
<style>
a { background-color: #B731FF; }
a { background-color: rgb(183,49,255); }
div.DivClassName
{
background-color: #B731FF;
}
.BgClassName
{
background-color: #B731FF;
}
</style>
border-color css
<style>
span { border-color: #B731FF; }
span { border-color: rgb(183,49,255); }
td.TdClassName
{
border-color: #B731FF;
}
.TagClassName
{
border-color: #B731FF;
}
</style>