Shades of Electric Purple #B005FF
Tints of Electric Purple #B005FF
RGB
CMYK
RGB Variations
Color information
#B005FF (or 0xB005FF) is known color: Electric Purple. HEX triplet: B0, 05 and FF. RGB value is (176,5,255). Sum of RGB (Red+Green+Blue) = 176+5+255=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 5 (2.34% from 255 or 1.15% 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 #B005FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005FF is #4FFA00. Grayscale: #535353. Windows color (decimal): -5241345 or 16713136. OLE color: 16713136.
HSL color Cylindrical-coordinate representation of color #B005FF: hue angle of 281.04º 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 #B005FF is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 5 | 255 | - |
| CMYK | 0.31 | 0.98 | 0 | 0 |
| HSL | 281.04º | 1% | 0.51% | - |
| HSV(B) | 281.04º | 0.98% | 1% | - |
| XYZ | 36.01 | 16.56 | 95.91 | - |
| YUV | 84.63 | 224.15 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 255 | 0.31 | 0.98 | 0 | 0 | 281.04 | 1 | 0.51 |
| Hex | B0 | 5 | FF | 1F | 62 | 0 | 0 | 119 | 64 | 33 |
| Octal | 260 | 5 | 377 | 37 | 142 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10110000 | 101 | 11111111 | 11111 | 1100010 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #B005FF
Complementary color
Monochromatic Colors of #B005FF
Black with #B005FF
Text Example
Text Example
White with #B005FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005FF; }
p { color: rgb(176,5,255); }
H1.HeaderClassName
{
color: #B005FF;
}
.AnyTagClassName
{
color: #B005FF;
}
</style>
background-color css
<style>
a { background-color: #B005FF; }
a { background-color: rgb(176,5,255); }
div.DivClassName
{
background-color: #B005FF;
}
.BgClassName
{
background-color: #B005FF;
}
</style>
border-color css
<style>
span { border-color: #B005FF; }
span { border-color: rgb(176,5,255); }
td.TdClassName
{
border-color: #B005FF;
}
.TagClassName
{
border-color: #B005FF;
}
</style>