Shades of Electric Purple #B805F4
Tints of Electric Purple #B805F4
RGB
CMYK
RGB Variations
Color information
#B805F4 (or 0xB805F4) is known color: Electric Purple. HEX triplet: B8, 05 and F4. RGB value is (184,5,244). Sum of RGB (Red+Green+Blue) = 184+5+244=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 244 (95.70% from 255 or 56.35% from 433); Max value from RGB is 244 - color contains mainly: blue. Hex color #B805F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B805F4 is #47FA0B. Grayscale: #545454. Windows color (decimal): -4717068 or 15992248. OLE color: 15992248.
HSL color Cylindrical-coordinate representation of color #B805F4: hue angle of 284.94º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805F4 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 5 | 244 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.04 |
| HSL | 284.94º | 0.96% | 0.49% | - |
| HSV(B) | 284.94º | 0.98% | 0.96% | - |
| XYZ | 36.15 | 16.83 | 86.93 | - |
| YUV | 85.77 | 217.3 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 244 | 0.25 | 0.98 | 0 | 0.04 | 284.94 | 0.96 | 0.49 |
| Hex | B8 | 5 | F4 | 19 | 62 | 0 | 4 | 11D | 60 | 31 |
| Octal | 270 | 5 | 364 | 31 | 142 | 0 | 4 | 435 | 140 | 61 |
| Binary | 10111000 | 101 | 11110100 | 11001 | 1100010 | 0 | 100 | 100011101 | 1100000 | 110001 |
Color Harmonies of #B805F4
Complementary color
Monochromatic Colors of #B805F4
Black with #B805F4
Text Example
Text Example
White with #B805F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805F4; }
p { color: rgb(184,5,244); }
H1.HeaderClassName
{
color: #B805F4;
}
.AnyTagClassName
{
color: #B805F4;
}
</style>
background-color css
<style>
a { background-color: #B805F4; }
a { background-color: rgb(184,5,244); }
div.DivClassName
{
background-color: #B805F4;
}
.BgClassName
{
background-color: #B805F4;
}
</style>
border-color css
<style>
span { border-color: #B805F4; }
span { border-color: rgb(184,5,244); }
td.TdClassName
{
border-color: #B805F4;
}
.TagClassName
{
border-color: #B805F4;
}
</style>