Shades of Electric Purple #B904FF
Tints of Electric Purple #B904FF
RGB
CMYK
RGB Variations
Color information
#B904FF (or 0xB904FF) is known color: Electric Purple. HEX triplet: B9, 04 and FF. RGB value is (185,4,255). Sum of RGB (Red+Green+Blue) = 185+4+255=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #B904FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B904FF is #46FB00. Grayscale: #555555. Windows color (decimal): -4651777 or 16712889. OLE color: 16712889.
HSL color Cylindrical-coordinate representation of color #B904FF: hue angle of 283.27º 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 #B904FF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 4 | 255 | - |
| CMYK | 0.27 | 0.98 | 0 | 0 |
| HSL | 283.27º | 1% | 0.51% | - |
| HSV(B) | 283.27º | 0.98% | 1% | - |
| XYZ | 38.1 | 17.62 | 96 | - |
| YUV | 86.73 | 222.97 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 255 | 0.27 | 0.98 | 0 | 0 | 283.27 | 1 | 0.51 |
| Hex | B9 | 4 | FF | 1B | 62 | 0 | 0 | 11B | 64 | 33 |
| Octal | 271 | 4 | 377 | 33 | 142 | 0 | 0 | 433 | 144 | 63 |
| Binary | 10111001 | 100 | 11111111 | 11011 | 1100010 | 0 | 0 | 100011011 | 1100100 | 110011 |
Color Harmonies of #B904FF
Complementary color
Monochromatic Colors of #B904FF
Black with #B904FF
Text Example
Text Example
White with #B904FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B904FF; }
p { color: rgb(185,4,255); }
H1.HeaderClassName
{
color: #B904FF;
}
.AnyTagClassName
{
color: #B904FF;
}
</style>
background-color css
<style>
a { background-color: #B904FF; }
a { background-color: rgb(185,4,255); }
div.DivClassName
{
background-color: #B904FF;
}
.BgClassName
{
background-color: #B904FF;
}
</style>
border-color css
<style>
span { border-color: #B904FF; }
span { border-color: rgb(185,4,255); }
td.TdClassName
{
border-color: #B904FF;
}
.TagClassName
{
border-color: #B904FF;
}
</style>