Shades of Electric Purple #B800FD
Tints of Electric Purple #B800FD
RGB
CMYK
RGB Variations
Color information
#B800FD (or 0xB800FD) is known color: Electric Purple. HEX triplet: B8, 00 and FD. RGB value is (184,0,253). Sum of RGB (Red+Green+Blue) = 184+0+253=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #B800FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800FD is #47FF02. Grayscale: #535353. Windows color (decimal): -4718339 or 16580792. OLE color: 16580792.
HSL color Cylindrical-coordinate representation of color #B800FD: hue angle of 283.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800FD is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 0 | 253 | - |
| CMYK | 0.27 | 1 | 0 | 0.01 |
| HSL | 283.64º | 1% | 0.5% | - |
| HSV(B) | 283.64º | 1% | 0.99% | - |
| XYZ | 37.5 | 17.28 | 94.29 | - |
| YUV | 83.86 | 223.46 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 253 | 0.27 | 1 | 0 | 0.01 | 283.64 | 1 | 0.5 |
| Hex | B8 | 0 | FD | 1B | 64 | 0 | 1 | 11C | 64 | 32 |
| Octal | 270 | 0 | 375 | 33 | 144 | 0 | 1 | 434 | 144 | 62 |
| Binary | 10111000 | 0 | 11111101 | 11011 | 1100100 | 0 | 1 | 100011100 | 1100100 | 110010 |
Color Harmonies of #B800FD
Complementary color
Monochromatic Colors of #B800FD
Black with #B800FD
Text Example
Text Example
White with #B800FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B800FD; }
p { color: rgb(184,0,253); }
H1.HeaderClassName
{
color: #B800FD;
}
.AnyTagClassName
{
color: #B800FD;
}
</style>
background-color css
<style>
a { background-color: #B800FD; }
a { background-color: rgb(184,0,253); }
div.DivClassName
{
background-color: #B800FD;
}
.BgClassName
{
background-color: #B800FD;
}
</style>
border-color css
<style>
span { border-color: #B800FD; }
span { border-color: rgb(184,0,253); }
td.TdClassName
{
border-color: #B800FD;
}
.TagClassName
{
border-color: #B800FD;
}
</style>