Shades of Electric Purple #B314F3
Tints of Electric Purple #B314F3
RGB
CMYK
RGB Variations
Color information
#B314F3 (or 0xB314F3) is known color: Electric Purple. HEX triplet: B3, 14 and F3. RGB value is (179,20,243). Sum of RGB (Red+Green+Blue) = 179+20+243=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #B314F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B314F3 is #4CEB0C. Grayscale: #5C5C5C. Windows color (decimal): -5040909 or 15930547. OLE color: 15930547.
HSL color Cylindrical-coordinate representation of color #B314F3: hue angle of 282.78º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B314F3 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 20 | 243 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.05 |
| HSL | 282.78º | 0.9% | 0.52% | - |
| HSV(B) | 282.78º | 0.92% | 0.95% | - |
| XYZ | 35.02 | 16.56 | 86.14 | - |
| YUV | 92.96 | 212.68 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 243 | 0.26 | 0.92 | 0 | 0.05 | 282.78 | 0.9 | 0.52 |
| Hex | B3 | 14 | F3 | 1A | 5C | 0 | 5 | 11B | 5A | 34 |
| Octal | 263 | 24 | 363 | 32 | 134 | 0 | 5 | 433 | 132 | 64 |
| Binary | 10110011 | 10100 | 11110011 | 11010 | 1011100 | 0 | 101 | 100011011 | 1011010 | 110100 |
Color Harmonies of #B314F3
Complementary color
Monochromatic Colors of #B314F3
Black with #B314F3
Text Example
Text Example
White with #B314F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314F3; }
p { color: rgb(179,20,243); }
H1.HeaderClassName
{
color: #B314F3;
}
.AnyTagClassName
{
color: #B314F3;
}
</style>
background-color css
<style>
a { background-color: #B314F3; }
a { background-color: rgb(179,20,243); }
div.DivClassName
{
background-color: #B314F3;
}
.BgClassName
{
background-color: #B314F3;
}
</style>
border-color css
<style>
span { border-color: #B314F3; }
span { border-color: rgb(179,20,243); }
td.TdClassName
{
border-color: #B314F3;
}
.TagClassName
{
border-color: #B314F3;
}
</style>