Shades of Electric Purple #B423FE
Tints of Electric Purple #B423FE
RGB
CMYK
RGB Variations
Color information
#B423FE (or 0xB423FE) is known color: Electric Purple. HEX triplet: B4, 23 and FE. RGB value is (180,35,254). Sum of RGB (Red+Green+Blue) = 180+35+254=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #B423FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B423FE is #4BDC01. Grayscale: #666666. Windows color (decimal): -4971522 or 16655284. OLE color: 16655284.
HSL color Cylindrical-coordinate representation of color #B423FE: hue angle of 279.73º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B423FE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 35 | 254 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.00 |
| HSL | 279.73º | 0.99% | 0.57% | - |
| HSV(B) | 279.73º | 0.86% | 1% | - |
| XYZ | 37.31 | 18.06 | 95.29 | - |
| YUV | 103.32 | 213.04 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 254 | 0.29 | 0.86 | 0 | 0.00 | 279.73 | 0.99 | 0.57 |
| Hex | B4 | 23 | FE | 1D | 56 | 0 | 0 | 118 | 63 | 39 |
| Octal | 264 | 43 | 376 | 35 | 126 | 0 | 0 | 430 | 143 | 71 |
| Binary | 10110100 | 100011 | 11111110 | 11101 | 1010110 | 0 | 0 | 100011000 | 1100011 | 111001 |
Color Harmonies of #B423FE
Complementary color
Monochromatic Colors of #B423FE
Black with #B423FE
Text Example
Text Example
White with #B423FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423FE; }
p { color: rgb(180,35,254); }
H1.HeaderClassName
{
color: #B423FE;
}
.AnyTagClassName
{
color: #B423FE;
}
</style>
background-color css
<style>
a { background-color: #B423FE; }
a { background-color: rgb(180,35,254); }
div.DivClassName
{
background-color: #B423FE;
}
.BgClassName
{
background-color: #B423FE;
}
</style>
border-color css
<style>
span { border-color: #B423FE; }
span { border-color: rgb(180,35,254); }
td.TdClassName
{
border-color: #B423FE;
}
.TagClassName
{
border-color: #B423FE;
}
</style>