Shades of Electric Purple #B614FA
Tints of Electric Purple #B614FA
RGB
CMYK
RGB Variations
Color information
#B614FA (or 0xB614FA) is known color: Electric Purple. HEX triplet: B6, 14 and FA. RGB value is (182,20,250). Sum of RGB (Red+Green+Blue) = 182+20+250=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #B614FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B614FA is #49EB05. Grayscale: #5D5D5D. Windows color (decimal): -4844294 or 16389302. OLE color: 16389302.
HSL color Cylindrical-coordinate representation of color #B614FA: hue angle of 282.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B614FA is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 20 | 250 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.02 |
| HSL | 282.26º | 0.96% | 0.53% | - |
| HSV(B) | 282.26º | 0.92% | 0.98% | - |
| XYZ | 36.8 | 17.35 | 91.85 | - |
| YUV | 94.66 | 215.67 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 250 | 0.27 | 0.92 | 0 | 0.02 | 282.26 | 0.96 | 0.53 |
| Hex | B6 | 14 | FA | 1B | 5C | 0 | 2 | 11A | 60 | 35 |
| Octal | 266 | 24 | 372 | 33 | 134 | 0 | 2 | 432 | 140 | 65 |
| Binary | 10110110 | 10100 | 11111010 | 11011 | 1011100 | 0 | 10 | 100011010 | 1100000 | 110101 |
Color Harmonies of #B614FA
Complementary color
Monochromatic Colors of #B614FA
Black with #B614FA
Text Example
Text Example
White with #B614FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B614FA; }
p { color: rgb(182,20,250); }
H1.HeaderClassName
{
color: #B614FA;
}
.AnyTagClassName
{
color: #B614FA;
}
</style>
background-color css
<style>
a { background-color: #B614FA; }
a { background-color: rgb(182,20,250); }
div.DivClassName
{
background-color: #B614FA;
}
.BgClassName
{
background-color: #B614FA;
}
</style>
border-color css
<style>
span { border-color: #B614FA; }
span { border-color: rgb(182,20,250); }
td.TdClassName
{
border-color: #B614FA;
}
.TagClassName
{
border-color: #B614FA;
}
</style>