Shades of Electric Purple #B423FA
Tints of Electric Purple #B423FA
RGB
CMYK
RGB Variations
Color information
#B423FA (or 0xB423FA) is known color: Electric Purple. HEX triplet: B4, 23 and FA. RGB value is (180,35,250). Sum of RGB (Red+Green+Blue) = 180+35+250=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #B423FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B423FA is #4BDC05. Grayscale: #666666. Windows color (decimal): -4971526 or 16393140. OLE color: 16393140.
HSL color Cylindrical-coordinate representation of color #B423FA: hue angle of 280.47º degrees, saturation: 0.96, 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 #B423FA is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 35 | 250 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.02 |
| HSL | 280.47º | 0.96% | 0.56% | - |
| HSV(B) | 280.47º | 0.86% | 0.98% | - |
| XYZ | 36.68 | 17.81 | 91.95 | - |
| YUV | 102.87 | 211.04 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 250 | 0.28 | 0.86 | 0 | 0.02 | 280.47 | 0.96 | 0.56 |
| Hex | B4 | 23 | FA | 1C | 56 | 0 | 2 | 118 | 60 | 38 |
| Octal | 264 | 43 | 372 | 34 | 126 | 0 | 2 | 430 | 140 | 70 |
| Binary | 10110100 | 100011 | 11111010 | 11100 | 1010110 | 0 | 10 | 100011000 | 1100000 | 111000 |
Color Harmonies of #B423FA
Complementary color
Monochromatic Colors of #B423FA
Black with #B423FA
Text Example
Text Example
White with #B423FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423FA; }
p { color: rgb(180,35,250); }
H1.HeaderClassName
{
color: #B423FA;
}
.AnyTagClassName
{
color: #B423FA;
}
</style>
background-color css
<style>
a { background-color: #B423FA; }
a { background-color: rgb(180,35,250); }
div.DivClassName
{
background-color: #B423FA;
}
.BgClassName
{
background-color: #B423FA;
}
</style>
border-color css
<style>
span { border-color: #B423FA; }
span { border-color: rgb(180,35,250); }
td.TdClassName
{
border-color: #B423FA;
}
.TagClassName
{
border-color: #B423FA;
}
</style>