Shades of Electric Purple #B814F7
Tints of Electric Purple #B814F7
RGB
CMYK
RGB Variations
Color information
#B814F7 (or 0xB814F7) is known color: Electric Purple. HEX triplet: B8, 14 and F7. RGB value is (184,20,247). Sum of RGB (Red+Green+Blue) = 184+20+247=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #B814F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B814F7 is #47EB08. Grayscale: #5E5E5E. Windows color (decimal): -4713225 or 16192696. OLE color: 16192696.
HSL color Cylindrical-coordinate representation of color #B814F7: hue angle of 283.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B814F7 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 20 | 247 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.03 |
| HSL | 283.35º | 0.93% | 0.52% | - |
| HSV(B) | 283.35º | 0.92% | 0.97% | - |
| XYZ | 36.81 | 17.41 | 89.42 | - |
| YUV | 94.91 | 213.83 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 247 | 0.26 | 0.92 | 0 | 0.03 | 283.35 | 0.93 | 0.52 |
| Hex | B8 | 14 | F7 | 1A | 5C | 0 | 3 | 11B | 5D | 34 |
| Octal | 270 | 24 | 367 | 32 | 134 | 0 | 3 | 433 | 135 | 64 |
| Binary | 10111000 | 10100 | 11110111 | 11010 | 1011100 | 0 | 11 | 100011011 | 1011101 | 110100 |
Color Harmonies of #B814F7
Complementary color
Monochromatic Colors of #B814F7
Black with #B814F7
Text Example
Text Example
White with #B814F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814F7; }
p { color: rgb(184,20,247); }
H1.HeaderClassName
{
color: #B814F7;
}
.AnyTagClassName
{
color: #B814F7;
}
</style>
background-color css
<style>
a { background-color: #B814F7; }
a { background-color: rgb(184,20,247); }
div.DivClassName
{
background-color: #B814F7;
}
.BgClassName
{
background-color: #B814F7;
}
</style>
border-color css
<style>
span { border-color: #B814F7; }
span { border-color: rgb(184,20,247); }
td.TdClassName
{
border-color: #B814F7;
}
.TagClassName
{
border-color: #B814F7;
}
</style>