Shades of Electric Purple #B005FD
Tints of Electric Purple #B005FD
RGB
CMYK
RGB Variations
Color information
#B005FD (or 0xB005FD) is known color: Electric Purple. HEX triplet: B0, 05 and FD. RGB value is (176,5,253). Sum of RGB (Red+Green+Blue) = 176+5+253=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 5 (2.34% from 255 or 1.15% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #B005FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005FD is #4FFA02. Grayscale: #535353. Windows color (decimal): -5241347 or 16582064. OLE color: 16582064.
HSL color Cylindrical-coordinate representation of color #B005FD: hue angle of 281.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005FD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 5 | 253 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.01 |
| HSL | 281.37º | 0.98% | 0.51% | - |
| HSV(B) | 281.37º | 0.98% | 0.99% | - |
| XYZ | 35.69 | 16.43 | 94.22 | - |
| YUV | 84.4 | 223.15 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 253 | 0.30 | 0.98 | 0 | 0.01 | 281.37 | 0.98 | 0.51 |
| Hex | B0 | 5 | FD | 1E | 62 | 0 | 1 | 119 | 62 | 33 |
| Octal | 260 | 5 | 375 | 36 | 142 | 0 | 1 | 431 | 142 | 63 |
| Binary | 10110000 | 101 | 11111101 | 11110 | 1100010 | 0 | 1 | 100011001 | 1100010 | 110011 |
Color Harmonies of #B005FD
Complementary color
Monochromatic Colors of #B005FD
Black with #B005FD
Text Example
Text Example
White with #B005FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005FD; }
p { color: rgb(176,5,253); }
H1.HeaderClassName
{
color: #B005FD;
}
.AnyTagClassName
{
color: #B005FD;
}
</style>
background-color css
<style>
a { background-color: #B005FD; }
a { background-color: rgb(176,5,253); }
div.DivClassName
{
background-color: #B005FD;
}
.BgClassName
{
background-color: #B005FD;
}
</style>
border-color css
<style>
span { border-color: #B005FD; }
span { border-color: rgb(176,5,253); }
td.TdClassName
{
border-color: #B005FD;
}
.TagClassName
{
border-color: #B005FD;
}
</style>