Shades of Electric Purple #B805FB
Tints of Electric Purple #B805FB
RGB
CMYK
RGB Variations
Color information
#B805FB (or 0xB805FB) is known color: Electric Purple. HEX triplet: B8, 05 and FB. RGB value is (184,5,251). Sum of RGB (Red+Green+Blue) = 184+5+251=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #B805FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B805FB is #47FA04. Grayscale: #555555. Windows color (decimal): -4717061 or 16451000. OLE color: 16451000.
HSL color Cylindrical-coordinate representation of color #B805FB: hue angle of 283.66º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805FB is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 5 | 251 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.02 |
| HSL | 283.66º | 0.97% | 0.5% | - |
| HSV(B) | 283.66º | 0.98% | 0.98% | - |
| XYZ | 37.23 | 17.26 | 92.64 | - |
| YUV | 86.57 | 220.8 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 251 | 0.27 | 0.98 | 0 | 0.02 | 283.66 | 0.97 | 0.5 |
| Hex | B8 | 5 | FB | 1B | 62 | 0 | 2 | 11C | 61 | 32 |
| Octal | 270 | 5 | 373 | 33 | 142 | 0 | 2 | 434 | 141 | 62 |
| Binary | 10111000 | 101 | 11111011 | 11011 | 1100010 | 0 | 10 | 100011100 | 1100001 | 110010 |
Color Harmonies of #B805FB
Complementary color
Monochromatic Colors of #B805FB
Black with #B805FB
Text Example
Text Example
White with #B805FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805FB; }
p { color: rgb(184,5,251); }
H1.HeaderClassName
{
color: #B805FB;
}
.AnyTagClassName
{
color: #B805FB;
}
</style>
background-color css
<style>
a { background-color: #B805FB; }
a { background-color: rgb(184,5,251); }
div.DivClassName
{
background-color: #B805FB;
}
.BgClassName
{
background-color: #B805FB;
}
</style>
border-color css
<style>
span { border-color: #B805FB; }
span { border-color: rgb(184,5,251); }
td.TdClassName
{
border-color: #B805FB;
}
.TagClassName
{
border-color: #B805FB;
}
</style>