Shades of Electric Purple #B016FF
Tints of Electric Purple #B016FF
RGB
CMYK
RGB Variations
Color information
#B016FF (or 0xB016FF) is known color: Electric Purple. HEX triplet: B0, 16 and FF. RGB value is (176,22,255). Sum of RGB (Red+Green+Blue) = 176+22+255=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #B016FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B016FF is #4FE900. Grayscale: #5D5D5D. Windows color (decimal): -5236993 or 16717488. OLE color: 16717488.
HSL color Cylindrical-coordinate representation of color #B016FF: hue angle of 279.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B016FF is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 22 | 255 | - |
| CMYK | 0.31 | 0.91 | 0 | 0 |
| HSL | 279.66º | 1% | 0.54% | - |
| HSV(B) | 279.66º | 0.91% | 1% | - |
| XYZ | 36.24 | 17.02 | 95.98 | - |
| YUV | 94.61 | 218.52 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 255 | 0.31 | 0.91 | 0 | 0 | 279.66 | 1 | 0.54 |
| Hex | B0 | 16 | FF | 1F | 5B | 0 | 0 | 118 | 64 | 36 |
| Octal | 260 | 26 | 377 | 37 | 133 | 0 | 0 | 430 | 144 | 66 |
| Binary | 10110000 | 10110 | 11111111 | 11111 | 1011011 | 0 | 0 | 100011000 | 1100100 | 110110 |
Color Harmonies of #B016FF
Complementary color
Monochromatic Colors of #B016FF
Black with #B016FF
Text Example
Text Example
White with #B016FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016FF; }
p { color: rgb(176,22,255); }
H1.HeaderClassName
{
color: #B016FF;
}
.AnyTagClassName
{
color: #B016FF;
}
</style>
background-color css
<style>
a { background-color: #B016FF; }
a { background-color: rgb(176,22,255); }
div.DivClassName
{
background-color: #B016FF;
}
.BgClassName
{
background-color: #B016FF;
}
</style>
border-color css
<style>
span { border-color: #B016FF; }
span { border-color: rgb(176,22,255); }
td.TdClassName
{
border-color: #B016FF;
}
.TagClassName
{
border-color: #B016FF;
}
</style>