Shades of Electric Purple #B823FF
Tints of Electric Purple #B823FF
RGB
CMYK
RGB Variations
Color information
#B823FF (or 0xB823FF) is known color: Electric Purple. HEX triplet: B8, 23 and FF. RGB value is (184,35,255). Sum of RGB (Red+Green+Blue) = 184+35+255=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #B823FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B823FF is #47DC00. Grayscale: #676767. Windows color (decimal): -4709377 or 16720824. OLE color: 16720824.
HSL color Cylindrical-coordinate representation of color #B823FF: hue angle of 280.64º 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 #B823FF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 35 | 255 | - |
| CMYK | 0.28 | 0.86 | 0 | 0 |
| HSL | 280.64º | 1% | 0.57% | - |
| HSV(B) | 280.64º | 0.86% | 1% | - |
| XYZ | 38.42 | 18.61 | 96.18 | - |
| YUV | 104.63 | 212.86 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 255 | 0.28 | 0.86 | 0 | 0 | 280.64 | 1 | 0.57 |
| Hex | B8 | 23 | FF | 1C | 56 | 0 | 0 | 119 | 64 | 39 |
| Octal | 270 | 43 | 377 | 34 | 126 | 0 | 0 | 431 | 144 | 71 |
| Binary | 10111000 | 100011 | 11111111 | 11100 | 1010110 | 0 | 0 | 100011001 | 1100100 | 111001 |
Color Harmonies of #B823FF
Complementary color
Monochromatic Colors of #B823FF
Black with #B823FF
Text Example
Text Example
White with #B823FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823FF; }
p { color: rgb(184,35,255); }
H1.HeaderClassName
{
color: #B823FF;
}
.AnyTagClassName
{
color: #B823FF;
}
</style>
background-color css
<style>
a { background-color: #B823FF; }
a { background-color: rgb(184,35,255); }
div.DivClassName
{
background-color: #B823FF;
}
.BgClassName
{
background-color: #B823FF;
}
</style>
border-color css
<style>
span { border-color: #B823FF; }
span { border-color: rgb(184,35,255); }
td.TdClassName
{
border-color: #B823FF;
}
.TagClassName
{
border-color: #B823FF;
}
</style>