Shades of Electric Purple #B423ED
Tints of Electric Purple #B423ED
RGB
CMYK
RGB Variations
Color information
#B423ED (or 0xB423ED) is known color: Electric Purple. HEX triplet: B4, 23 and ED. RGB value is (180,35,237). Sum of RGB (Red+Green+Blue) = 180+35+237=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #B423ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B423ED is #4BDC12. Grayscale: #646464. Windows color (decimal): -4971539 or 15541172. OLE color: 15541172.
HSL color Cylindrical-coordinate representation of color #B423ED: hue angle of 283.07º 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 #B423ED is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 35 | 237 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.07 |
| HSL | 283.07º | 0.85% | 0.53% | - |
| HSV(B) | 283.07º | 0.85% | 0.93% | - |
| XYZ | 34.71 | 17.02 | 81.58 | - |
| YUV | 101.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 237 | 0.24 | 0.85 | 0 | 0.07 | 283.07 | 0.85 | 0.53 |
| Hex | B4 | 23 | ED | 18 | 55 | 0 | 7 | 11B | 55 | 35 |
| Octal | 264 | 43 | 355 | 30 | 125 | 0 | 7 | 433 | 125 | 65 |
| Binary | 10110100 | 100011 | 11101101 | 11000 | 1010101 | 0 | 111 | 100011011 | 1010101 | 110101 |
Color Harmonies of #B423ED
Complementary color
Monochromatic Colors of #B423ED
Black with #B423ED
Text Example
Text Example
White with #B423ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423ED; }
p { color: rgb(180,35,237); }
H1.HeaderClassName
{
color: #B423ED;
}
.AnyTagClassName
{
color: #B423ED;
}
</style>
background-color css
<style>
a { background-color: #B423ED; }
a { background-color: rgb(180,35,237); }
div.DivClassName
{
background-color: #B423ED;
}
.BgClassName
{
background-color: #B423ED;
}
</style>
border-color css
<style>
span { border-color: #B423ED; }
span { border-color: rgb(180,35,237); }
td.TdClassName
{
border-color: #B423ED;
}
.TagClassName
{
border-color: #B423ED;
}
</style>