Shades of Electric Purple #B423FB
Tints of Electric Purple #B423FB
RGB
CMYK
RGB Variations
Color information
#B423FB (or 0xB423FB) is known color: Electric Purple. HEX triplet: B4, 23 and FB. RGB value is (180,35,251). Sum of RGB (Red+Green+Blue) = 180+35+251=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #B423FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B423FB is #4BDC04. Grayscale: #666666. Windows color (decimal): -4971525 or 16458676. OLE color: 16458676.
HSL color Cylindrical-coordinate representation of color #B423FB: hue angle of 280.28º 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 #B423FB is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 35 | 251 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.02 |
| HSL | 280.28º | 0.96% | 0.56% | - |
| HSV(B) | 280.28º | 0.86% | 0.98% | - |
| XYZ | 36.84 | 17.87 | 92.77 | - |
| YUV | 102.98 | 211.54 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 251 | 0.28 | 0.86 | 0 | 0.02 | 280.28 | 0.96 | 0.56 |
| Hex | B4 | 23 | FB | 1C | 56 | 0 | 2 | 118 | 60 | 38 |
| Octal | 264 | 43 | 373 | 34 | 126 | 0 | 2 | 430 | 140 | 70 |
| Binary | 10110100 | 100011 | 11111011 | 11100 | 1010110 | 0 | 10 | 100011000 | 1100000 | 111000 |
Color Harmonies of #B423FB
Complementary color
Monochromatic Colors of #B423FB
Black with #B423FB
Text Example
Text Example
White with #B423FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B423FB; }
p { color: rgb(180,35,251); }
H1.HeaderClassName
{
color: #B423FB;
}
.AnyTagClassName
{
color: #B423FB;
}
</style>
background-color css
<style>
a { background-color: #B423FB; }
a { background-color: rgb(180,35,251); }
div.DivClassName
{
background-color: #B423FB;
}
.BgClassName
{
background-color: #B423FB;
}
</style>
border-color css
<style>
span { border-color: #B423FB; }
span { border-color: rgb(180,35,251); }
td.TdClassName
{
border-color: #B423FB;
}
.TagClassName
{
border-color: #B423FB;
}
</style>