Shades of Electric Purple #B314F0
Tints of Electric Purple #B314F0
RGB
CMYK
RGB Variations
Color information
#B314F0 (or 0xB314F0) is known color: Electric Purple. HEX triplet: B3, 14 and F0. RGB value is (179,20,240). Sum of RGB (Red+Green+Blue) = 179+20+240=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #B314F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B314F0 is #4CEB0F. Grayscale: #5B5B5B. Windows color (decimal): -5040912 or 15733939. OLE color: 15733939.
HSL color Cylindrical-coordinate representation of color #B314F0: hue angle of 283.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B314F0 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 20 | 240 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.06 |
| HSL | 283.36º | 0.88% | 0.51% | - |
| HSV(B) | 283.36º | 0.92% | 0.94% | - |
| XYZ | 34.57 | 16.38 | 83.78 | - |
| YUV | 92.62 | 211.18 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 240 | 0.25 | 0.92 | 0 | 0.06 | 283.36 | 0.88 | 0.51 |
| Hex | B3 | 14 | F0 | 19 | 5C | 0 | 6 | 11B | 58 | 33 |
| Octal | 263 | 24 | 360 | 31 | 134 | 0 | 6 | 433 | 130 | 63 |
| Binary | 10110011 | 10100 | 11110000 | 11001 | 1011100 | 0 | 110 | 100011011 | 1011000 | 110011 |
Color Harmonies of #B314F0
Complementary color
Monochromatic Colors of #B314F0
Black with #B314F0
Text Example
Text Example
White with #B314F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B314F0; }
p { color: rgb(179,20,240); }
H1.HeaderClassName
{
color: #B314F0;
}
.AnyTagClassName
{
color: #B314F0;
}
</style>
background-color css
<style>
a { background-color: #B314F0; }
a { background-color: rgb(179,20,240); }
div.DivClassName
{
background-color: #B314F0;
}
.BgClassName
{
background-color: #B314F0;
}
</style>
border-color css
<style>
span { border-color: #B314F0; }
span { border-color: rgb(179,20,240); }
td.TdClassName
{
border-color: #B314F0;
}
.TagClassName
{
border-color: #B314F0;
}
</style>