Shades of Electric Purple #B723FE
Tints of Electric Purple #B723FE
RGB
CMYK
RGB Variations
Color information
#B723FE (or 0xB723FE) is known color: Electric Purple. HEX triplet: B7, 23 and FE. RGB value is (183,35,254). Sum of RGB (Red+Green+Blue) = 183+35+254=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #B723FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B723FE is #48DC01. Grayscale: #676767. Windows color (decimal): -4774914 or 16655287. OLE color: 16655287.
HSL color Cylindrical-coordinate representation of color #B723FE: hue angle of 280.55º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B723FE is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 35 | 254 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.00 |
| HSL | 280.55º | 0.99% | 0.57% | - |
| HSV(B) | 280.55º | 0.86% | 1% | - |
| XYZ | 38.02 | 18.43 | 95.32 | - |
| YUV | 104.22 | 212.53 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 254 | 0.28 | 0.86 | 0 | 0.00 | 280.55 | 0.99 | 0.57 |
| Hex | B7 | 23 | FE | 1C | 56 | 0 | 0 | 119 | 63 | 39 |
| Octal | 267 | 43 | 376 | 34 | 126 | 0 | 0 | 431 | 143 | 71 |
| Binary | 10110111 | 100011 | 11111110 | 11100 | 1010110 | 0 | 0 | 100011001 | 1100011 | 111001 |
Color Harmonies of #B723FE
Complementary color
Monochromatic Colors of #B723FE
Black with #B723FE
Text Example
Text Example
White with #B723FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B723FE; }
p { color: rgb(183,35,254); }
H1.HeaderClassName
{
color: #B723FE;
}
.AnyTagClassName
{
color: #B723FE;
}
</style>
background-color css
<style>
a { background-color: #B723FE; }
a { background-color: rgb(183,35,254); }
div.DivClassName
{
background-color: #B723FE;
}
.BgClassName
{
background-color: #B723FE;
}
</style>
border-color css
<style>
span { border-color: #B723FE; }
span { border-color: rgb(183,35,254); }
td.TdClassName
{
border-color: #B723FE;
}
.TagClassName
{
border-color: #B723FE;
}
</style>