Shades of Electric Purple #B223EF
Tints of Electric Purple #B223EF
RGB
CMYK
RGB Variations
Color information
#B223EF (or 0xB223EF) is known color: Electric Purple. HEX triplet: B2, 23 and EF. RGB value is (178,35,239). Sum of RGB (Red+Green+Blue) = 178+35+239=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #B223EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B223EF is #4DDC10. Grayscale: #646464. Windows color (decimal): -5102609 or 15672242. OLE color: 15672242.
HSL color Cylindrical-coordinate representation of color #B223EF: hue angle of 282.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B223EF is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 35 | 239 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.06 |
| HSL | 282.06º | 0.86% | 0.54% | - |
| HSV(B) | 282.06º | 0.85% | 0.94% | - |
| XYZ | 34.54 | 16.9 | 83.1 | - |
| YUV | 101.01 | 205.88 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 239 | 0.26 | 0.85 | 0 | 0.06 | 282.06 | 0.86 | 0.54 |
| Hex | B2 | 23 | EF | 1A | 55 | 0 | 6 | 11A | 56 | 36 |
| Octal | 262 | 43 | 357 | 32 | 125 | 0 | 6 | 432 | 126 | 66 |
| Binary | 10110010 | 100011 | 11101111 | 11010 | 1010101 | 0 | 110 | 100011010 | 1010110 | 110110 |
Color Harmonies of #B223EF
Complementary color
Monochromatic Colors of #B223EF
Black with #B223EF
Text Example
Text Example
White with #B223EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223EF; }
p { color: rgb(178,35,239); }
H1.HeaderClassName
{
color: #B223EF;
}
.AnyTagClassName
{
color: #B223EF;
}
</style>
background-color css
<style>
a { background-color: #B223EF; }
a { background-color: rgb(178,35,239); }
div.DivClassName
{
background-color: #B223EF;
}
.BgClassName
{
background-color: #B223EF;
}
</style>
border-color css
<style>
span { border-color: #B223EF; }
span { border-color: rgb(178,35,239); }
td.TdClassName
{
border-color: #B223EF;
}
.TagClassName
{
border-color: #B223EF;
}
</style>