Shades of Electric Purple #B823F9
Tints of Electric Purple #B823F9
RGB
CMYK
RGB Variations
Color information
#B823F9 (or 0xB823F9) is known color: Electric Purple. HEX triplet: B8, 23 and F9. RGB value is (184,35,249). Sum of RGB (Red+Green+Blue) = 184+35+249=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #B823F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B823F9 is #47DC06. Grayscale: #676767. Windows color (decimal): -4709383 or 16327608. OLE color: 16327608.
HSL color Cylindrical-coordinate representation of color #B823F9: hue angle of 281.78º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B823F9 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 35 | 249 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.02 |
| HSL | 281.78º | 0.95% | 0.56% | - |
| HSV(B) | 281.78º | 0.86% | 0.98% | - |
| XYZ | 37.47 | 18.23 | 91.17 | - |
| YUV | 103.95 | 209.86 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 35 | 249 | 0.26 | 0.86 | 0 | 0.02 | 281.78 | 0.95 | 0.56 |
| Hex | B8 | 23 | F9 | 1A | 56 | 0 | 2 | 11A | 5F | 38 |
| Octal | 270 | 43 | 371 | 32 | 126 | 0 | 2 | 432 | 137 | 70 |
| Binary | 10111000 | 100011 | 11111001 | 11010 | 1010110 | 0 | 10 | 100011010 | 1011111 | 111000 |
Color Harmonies of #B823F9
Complementary color
Monochromatic Colors of #B823F9
Black with #B823F9
Text Example
Text Example
White with #B823F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B823F9; }
p { color: rgb(184,35,249); }
H1.HeaderClassName
{
color: #B823F9;
}
.AnyTagClassName
{
color: #B823F9;
}
</style>
background-color css
<style>
a { background-color: #B823F9; }
a { background-color: rgb(184,35,249); }
div.DivClassName
{
background-color: #B823F9;
}
.BgClassName
{
background-color: #B823F9;
}
</style>
border-color css
<style>
span { border-color: #B823F9; }
span { border-color: rgb(184,35,249); }
td.TdClassName
{
border-color: #B823F9;
}
.TagClassName
{
border-color: #B823F9;
}
</style>