Shades of Electric Purple #B323F8
Tints of Electric Purple #B323F8
RGB
CMYK
RGB Variations
Color information
#B323F8 (or 0xB323F8) is known color: Electric Purple. HEX triplet: B3, 23 and F8. RGB value is (179,35,248). Sum of RGB (Red+Green+Blue) = 179+35+248=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #B323F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323F8 is #4CDC07. Grayscale: #656565. Windows color (decimal): -5037064 or 16262067. OLE color: 16262067.
HSL color Cylindrical-coordinate representation of color #B323F8: hue angle of 280.56º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B323F8 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 35 | 248 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.03 |
| HSL | 280.56º | 0.94% | 0.55% | - |
| HSV(B) | 280.56º | 0.86% | 0.97% | - |
| XYZ | 36.13 | 17.56 | 90.29 | - |
| YUV | 102.34 | 210.21 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 248 | 0.28 | 0.86 | 0 | 0.03 | 280.56 | 0.94 | 0.55 |
| Hex | B3 | 23 | F8 | 1C | 56 | 0 | 3 | 119 | 5E | 37 |
| Octal | 263 | 43 | 370 | 34 | 126 | 0 | 3 | 431 | 136 | 67 |
| Binary | 10110011 | 100011 | 11111000 | 11100 | 1010110 | 0 | 11 | 100011001 | 1011110 | 110111 |
Color Harmonies of #B323F8
Complementary color
Monochromatic Colors of #B323F8
Black with #B323F8
Text Example
Text Example
White with #B323F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323F8; }
p { color: rgb(179,35,248); }
H1.HeaderClassName
{
color: #B323F8;
}
.AnyTagClassName
{
color: #B323F8;
}
</style>
background-color css
<style>
a { background-color: #B323F8; }
a { background-color: rgb(179,35,248); }
div.DivClassName
{
background-color: #B323F8;
}
.BgClassName
{
background-color: #B323F8;
}
</style>
border-color css
<style>
span { border-color: #B323F8; }
span { border-color: rgb(179,35,248); }
td.TdClassName
{
border-color: #B323F8;
}
.TagClassName
{
border-color: #B323F8;
}
</style>