Shades of Electric Purple #B814FC
Tints of Electric Purple #B814FC
RGB
CMYK
RGB Variations
Color information
#B814FC (or 0xB814FC) is known color: Electric Purple. HEX triplet: B8, 14 and FC. RGB value is (184,20,252). Sum of RGB (Red+Green+Blue) = 184+20+252=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #B814FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B814FC is #47EB03. Grayscale: #5E5E5E. Windows color (decimal): -4713220 or 16520376. OLE color: 16520376.
HSL color Cylindrical-coordinate representation of color #B814FC: hue angle of 282.41º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B814FC is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 20 | 252 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.01 |
| HSL | 282.41º | 0.97% | 0.53% | - |
| HSV(B) | 282.41º | 0.92% | 0.99% | - |
| XYZ | 37.59 | 17.72 | 93.53 | - |
| YUV | 95.48 | 216.33 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 252 | 0.27 | 0.92 | 0 | 0.01 | 282.41 | 0.97 | 0.53 |
| Hex | B8 | 14 | FC | 1B | 5C | 0 | 1 | 11A | 61 | 35 |
| Octal | 270 | 24 | 374 | 33 | 134 | 0 | 1 | 432 | 141 | 65 |
| Binary | 10111000 | 10100 | 11111100 | 11011 | 1011100 | 0 | 1 | 100011010 | 1100001 | 110101 |
Color Harmonies of #B814FC
Complementary color
Monochromatic Colors of #B814FC
Black with #B814FC
Text Example
Text Example
White with #B814FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814FC; }
p { color: rgb(184,20,252); }
H1.HeaderClassName
{
color: #B814FC;
}
.AnyTagClassName
{
color: #B814FC;
}
</style>
background-color css
<style>
a { background-color: #B814FC; }
a { background-color: rgb(184,20,252); }
div.DivClassName
{
background-color: #B814FC;
}
.BgClassName
{
background-color: #B814FC;
}
</style>
border-color css
<style>
span { border-color: #B814FC; }
span { border-color: rgb(184,20,252); }
td.TdClassName
{
border-color: #B814FC;
}
.TagClassName
{
border-color: #B814FC;
}
</style>