Shades of Electric Purple #B823FD
Tints of Electric Purple #B823FD
RGB
CMYK
RGB Variations
Color information
#B823FD (or 0xB823FD) is known color: Electric Purple. HEX triplet: B8, 23 and FD. RGB value is (184,35,253). Sum of RGB (Red+Green+Blue) = 184+35+253=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #B823FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B823FD is #47DC02. Grayscale: #676767. Windows color (decimal): -4709379 or 16589752. OLE color: 16589752.
HSL color Cylindrical-coordinate representation of color #B823FD: hue angle of 281.01º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B823FD is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 35 | 253 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.01 |
| HSL | 281.01º | 0.98% | 0.56% | - |
| HSV(B) | 281.01º | 0.86% | 0.99% | - |
| XYZ | 38.1 | 18.48 | 94.49 | - |
| YUV | 104.4 | 211.86 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 253 | 0.27 | 0.86 | 0 | 0.01 | 281.01 | 0.98 | 0.56 |
| Hex | B8 | 23 | FD | 1B | 56 | 0 | 1 | 119 | 62 | 38 |
| Octal | 270 | 43 | 375 | 33 | 126 | 0 | 1 | 431 | 142 | 70 |
| Binary | 10111000 | 100011 | 11111101 | 11011 | 1010110 | 0 | 1 | 100011001 | 1100010 | 111000 |
Color Harmonies of #B823FD
Complementary color
Monochromatic Colors of #B823FD
Black with #B823FD
Text Example
Text Example
White with #B823FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823FD; }
p { color: rgb(184,35,253); }
H1.HeaderClassName
{
color: #B823FD;
}
.AnyTagClassName
{
color: #B823FD;
}
</style>
background-color css
<style>
a { background-color: #B823FD; }
a { background-color: rgb(184,35,253); }
div.DivClassName
{
background-color: #B823FD;
}
.BgClassName
{
background-color: #B823FD;
}
</style>
border-color css
<style>
span { border-color: #B823FD; }
span { border-color: rgb(184,35,253); }
td.TdClassName
{
border-color: #B823FD;
}
.TagClassName
{
border-color: #B823FD;
}
</style>