Shades of Electric Purple #B810FF
Tints of Electric Purple #B810FF
RGB
CMYK
RGB Variations
Color information
#B810FF (or 0xB810FF) is known color: Electric Purple. HEX triplet: B8, 10 and FF. RGB value is (184,16,255). Sum of RGB (Red+Green+Blue) = 184+16+255=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #B810FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B810FF is #47EF00. Grayscale: #5C5C5C. Windows color (decimal): -4714241 or 16715960. OLE color: 16715960.
HSL color Cylindrical-coordinate representation of color #B810FF: hue angle of 282.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B810FF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 16 | 255 | - |
| CMYK | 0.28 | 0.94 | 0 | 0 |
| HSL | 282.18º | 1% | 0.53% | - |
| HSV(B) | 282.18º | 0.94% | 1% | - |
| XYZ | 38 | 17.78 | 96.04 | - |
| YUV | 93.48 | 219.16 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 255 | 0.28 | 0.94 | 0 | 0 | 282.18 | 1 | 0.53 |
| Hex | B8 | 10 | FF | 1C | 5E | 0 | 0 | 11A | 64 | 35 |
| Octal | 270 | 20 | 377 | 34 | 136 | 0 | 0 | 432 | 144 | 65 |
| Binary | 10111000 | 10000 | 11111111 | 11100 | 1011110 | 0 | 0 | 100011010 | 1100100 | 110101 |
Color Harmonies of #B810FF
Complementary color
Monochromatic Colors of #B810FF
Black with #B810FF
Text Example
Text Example
White with #B810FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810FF; }
p { color: rgb(184,16,255); }
H1.HeaderClassName
{
color: #B810FF;
}
.AnyTagClassName
{
color: #B810FF;
}
</style>
background-color css
<style>
a { background-color: #B810FF; }
a { background-color: rgb(184,16,255); }
div.DivClassName
{
background-color: #B810FF;
}
.BgClassName
{
background-color: #B810FF;
}
</style>
border-color css
<style>
span { border-color: #B810FF; }
span { border-color: rgb(184,16,255); }
td.TdClassName
{
border-color: #B810FF;
}
.TagClassName
{
border-color: #B810FF;
}
</style>