Shades of Electric Purple #B723FF
Tints of Electric Purple #B723FF
RGB
CMYK
RGB Variations
Color information
#B723FF (or 0xB723FF) is known color: Electric Purple. HEX triplet: B7, 23 and FF. RGB value is (183,35,255). Sum of RGB (Red+Green+Blue) = 183+35+255=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #B723FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B723FF is #48DC00. Grayscale: #676767. Windows color (decimal): -4774913 or 16720823. OLE color: 16720823.
HSL color Cylindrical-coordinate representation of color #B723FF: hue angle of 280.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B723FF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 35 | 255 | - |
| CMYK | 0.28 | 0.86 | 0 | 0 |
| HSL | 280.36º | 1% | 0.57% | - |
| HSV(B) | 280.36º | 0.86% | 1% | - |
| XYZ | 38.18 | 18.49 | 96.16 | - |
| YUV | 104.33 | 213.03 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 255 | 0.28 | 0.86 | 0 | 0 | 280.36 | 1 | 0.57 |
| Hex | B7 | 23 | FF | 1C | 56 | 0 | 0 | 118 | 64 | 39 |
| Octal | 267 | 43 | 377 | 34 | 126 | 0 | 0 | 430 | 144 | 71 |
| Binary | 10110111 | 100011 | 11111111 | 11100 | 1010110 | 0 | 0 | 100011000 | 1100100 | 111001 |
Color Harmonies of #B723FF
Complementary color
Monochromatic Colors of #B723FF
Black with #B723FF
Text Example
Text Example
White with #B723FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B723FF; }
p { color: rgb(183,35,255); }
H1.HeaderClassName
{
color: #B723FF;
}
.AnyTagClassName
{
color: #B723FF;
}
</style>
background-color css
<style>
a { background-color: #B723FF; }
a { background-color: rgb(183,35,255); }
div.DivClassName
{
background-color: #B723FF;
}
.BgClassName
{
background-color: #B723FF;
}
</style>
border-color css
<style>
span { border-color: #B723FF; }
span { border-color: rgb(183,35,255); }
td.TdClassName
{
border-color: #B723FF;
}
.TagClassName
{
border-color: #B723FF;
}
</style>