Shades of Electric Purple #B223ED
Tints of Electric Purple #B223ED
RGB
CMYK
RGB Variations
Color information
#B223ED (or 0xB223ED) is known color: Electric Purple. HEX triplet: B2, 23 and ED. RGB value is (178,35,237). Sum of RGB (Red+Green+Blue) = 178+35+237=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #B223ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B223ED is #4DDC12. Grayscale: #646464. Windows color (decimal): -5102611 or 15541170. OLE color: 15541170.
HSL color Cylindrical-coordinate representation of color #B223ED: hue angle of 282.48º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B223ED is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 35 | 237 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.07 |
| HSL | 282.48º | 0.85% | 0.53% | - |
| HSV(B) | 282.48º | 0.85% | 0.93% | - |
| XYZ | 34.25 | 16.78 | 81.55 | - |
| YUV | 100.79 | 204.88 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 237 | 0.25 | 0.85 | 0 | 0.07 | 282.48 | 0.85 | 0.53 |
| Hex | B2 | 23 | ED | 19 | 55 | 0 | 7 | 11A | 55 | 35 |
| Octal | 262 | 43 | 355 | 31 | 125 | 0 | 7 | 432 | 125 | 65 |
| Binary | 10110010 | 100011 | 11101101 | 11001 | 1010101 | 0 | 111 | 100011010 | 1010101 | 110101 |
Color Harmonies of #B223ED
Complementary color
Monochromatic Colors of #B223ED
Black with #B223ED
Text Example
Text Example
White with #B223ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223ED; }
p { color: rgb(178,35,237); }
H1.HeaderClassName
{
color: #B223ED;
}
.AnyTagClassName
{
color: #B223ED;
}
</style>
background-color css
<style>
a { background-color: #B223ED; }
a { background-color: rgb(178,35,237); }
div.DivClassName
{
background-color: #B223ED;
}
.BgClassName
{
background-color: #B223ED;
}
</style>
border-color css
<style>
span { border-color: #B223ED; }
span { border-color: rgb(178,35,237); }
td.TdClassName
{
border-color: #B223ED;
}
.TagClassName
{
border-color: #B223ED;
}
</style>