Shades of Electric Purple #B104FF
Tints of Electric Purple #B104FF
RGB
CMYK
RGB Variations
Color information
#B104FF (or 0xB104FF) is known color: Electric Purple. HEX triplet: B1, 04 and FF. RGB value is (177,4,255). Sum of RGB (Red+Green+Blue) = 177+4+255=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #B104FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B104FF is #4EFB00. Grayscale: #535353. Windows color (decimal): -5176065 or 16712881. OLE color: 16712881.
HSL color Cylindrical-coordinate representation of color #B104FF: hue angle of 281.35º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104FF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 4 | 255 | - |
| CMYK | 0.31 | 0.98 | 0 | 0 |
| HSL | 281.35º | 1% | 0.51% | - |
| HSV(B) | 281.35º | 0.98% | 1% | - |
| XYZ | 36.22 | 16.65 | 95.91 | - |
| YUV | 84.34 | 224.31 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 255 | 0.31 | 0.98 | 0 | 0 | 281.35 | 1 | 0.51 |
| Hex | B1 | 4 | FF | 1F | 62 | 0 | 0 | 119 | 64 | 33 |
| Octal | 261 | 4 | 377 | 37 | 142 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10110001 | 100 | 11111111 | 11111 | 1100010 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #B104FF
Complementary color
Monochromatic Colors of #B104FF
Black with #B104FF
Text Example
Text Example
White with #B104FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B104FF; }
p { color: rgb(177,4,255); }
H1.HeaderClassName
{
color: #B104FF;
}
.AnyTagClassName
{
color: #B104FF;
}
</style>
background-color css
<style>
a { background-color: #B104FF; }
a { background-color: rgb(177,4,255); }
div.DivClassName
{
background-color: #B104FF;
}
.BgClassName
{
background-color: #B104FF;
}
</style>
border-color css
<style>
span { border-color: #B104FF; }
span { border-color: rgb(177,4,255); }
td.TdClassName
{
border-color: #B104FF;
}
.TagClassName
{
border-color: #B104FF;
}
</style>