Shades of Electric Purple #B004FF
Tints of Electric Purple #B004FF
RGB
CMYK
RGB Variations
Color information
#B004FF (or 0xB004FF) is known color: Electric Purple. HEX triplet: B0, 04 and FF. RGB value is (176,4,255). Sum of RGB (Red+Green+Blue) = 176+4+255=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #B004FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B004FF is #4FFB00. Grayscale: #535353. Windows color (decimal): -5241601 or 16712880. OLE color: 16712880.
HSL color Cylindrical-coordinate representation of color #B004FF: hue angle of 281.12º 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 #B004FF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 4 | 255 | - |
| CMYK | 0.31 | 0.98 | 0 | 0 |
| HSL | 281.12º | 1% | 0.51% | - |
| HSV(B) | 281.12º | 0.98% | 1% | - |
| XYZ | 36 | 16.54 | 95.9 | - |
| YUV | 84.04 | 224.48 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 4 | 255 | 0.31 | 0.98 | 0 | 0 | 281.12 | 1 | 0.51 |
| Hex | B0 | 4 | FF | 1F | 62 | 0 | 0 | 119 | 64 | 33 |
| Octal | 260 | 4 | 377 | 37 | 142 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10110000 | 100 | 11111111 | 11111 | 1100010 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #B004FF
Complementary color
Monochromatic Colors of #B004FF
Black with #B004FF
Text Example
Text Example
White with #B004FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B004FF; }
p { color: rgb(176,4,255); }
H1.HeaderClassName
{
color: #B004FF;
}
.AnyTagClassName
{
color: #B004FF;
}
</style>
background-color css
<style>
a { background-color: #B004FF; }
a { background-color: rgb(176,4,255); }
div.DivClassName
{
background-color: #B004FF;
}
.BgClassName
{
background-color: #B004FF;
}
</style>
border-color css
<style>
span { border-color: #B004FF; }
span { border-color: rgb(176,4,255); }
td.TdClassName
{
border-color: #B004FF;
}
.TagClassName
{
border-color: #B004FF;
}
</style>