Shades of Electric Purple #B805FD
Tints of Electric Purple #B805FD
RGB
CMYK
RGB Variations
Color information
#B805FD (or 0xB805FD) is known color: Electric Purple. HEX triplet: B8, 05 and FD. RGB value is (184,5,253). Sum of RGB (Red+Green+Blue) = 184+5+253=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #B805FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B805FD is #47FA02. Grayscale: #555555. Windows color (decimal): -4717059 or 16582072. OLE color: 16582072.
HSL color Cylindrical-coordinate representation of color #B805FD: hue angle of 283.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805FD is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 5 | 253 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.01 |
| HSL | 283.31º | 0.98% | 0.51% | - |
| HSV(B) | 283.31º | 0.98% | 0.99% | - |
| XYZ | 37.55 | 17.39 | 94.31 | - |
| YUV | 86.79 | 221.8 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 253 | 0.27 | 0.98 | 0 | 0.01 | 283.31 | 0.98 | 0.51 |
| Hex | B8 | 5 | FD | 1B | 62 | 0 | 1 | 11B | 62 | 33 |
| Octal | 270 | 5 | 375 | 33 | 142 | 0 | 1 | 433 | 142 | 63 |
| Binary | 10111000 | 101 | 11111101 | 11011 | 1100010 | 0 | 1 | 100011011 | 1100010 | 110011 |
Color Harmonies of #B805FD
Complementary color
Monochromatic Colors of #B805FD
Black with #B805FD
Text Example
Text Example
White with #B805FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805FD; }
p { color: rgb(184,5,253); }
H1.HeaderClassName
{
color: #B805FD;
}
.AnyTagClassName
{
color: #B805FD;
}
</style>
background-color css
<style>
a { background-color: #B805FD; }
a { background-color: rgb(184,5,253); }
div.DivClassName
{
background-color: #B805FD;
}
.BgClassName
{
background-color: #B805FD;
}
</style>
border-color css
<style>
span { border-color: #B805FD; }
span { border-color: rgb(184,5,253); }
td.TdClassName
{
border-color: #B805FD;
}
.TagClassName
{
border-color: #B805FD;
}
</style>