Shades of Electric Purple #B005F0
Tints of Electric Purple #B005F0
RGB
CMYK
RGB Variations
Color information
#B005F0 (or 0xB005F0) is known color: Electric Purple. HEX triplet: B0, 05 and F0. RGB value is (176,5,240). Sum of RGB (Red+Green+Blue) = 176+5+240=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #B005F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005F0 is #4FFA0F. Grayscale: #525252. Windows color (decimal): -5241360 or 15730096. OLE color: 15730096.
HSL color Cylindrical-coordinate representation of color #B005F0: hue angle of 283.66º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005F0 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 5 | 240 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.06 |
| HSL | 283.66º | 0.96% | 0.48% | - |
| HSV(B) | 283.66º | 0.98% | 0.94% | - |
| XYZ | 33.69 | 15.63 | 83.68 | - |
| YUV | 82.92 | 216.65 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 240 | 0.27 | 0.98 | 0 | 0.06 | 283.66 | 0.96 | 0.48 |
| Hex | B0 | 5 | F0 | 1B | 62 | 0 | 6 | 11C | 60 | 30 |
| Octal | 260 | 5 | 360 | 33 | 142 | 0 | 6 | 434 | 140 | 60 |
| Binary | 10110000 | 101 | 11110000 | 11011 | 1100010 | 0 | 110 | 100011100 | 1100000 | 110000 |
Color Harmonies of #B005F0
Complementary color
Monochromatic Colors of #B005F0
Black with #B005F0
Text Example
Text Example
White with #B005F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005F0; }
p { color: rgb(176,5,240); }
H1.HeaderClassName
{
color: #B005F0;
}
.AnyTagClassName
{
color: #B005F0;
}
</style>
background-color css
<style>
a { background-color: #B005F0; }
a { background-color: rgb(176,5,240); }
div.DivClassName
{
background-color: #B005F0;
}
.BgClassName
{
background-color: #B005F0;
}
</style>
border-color css
<style>
span { border-color: #B005F0; }
span { border-color: rgb(176,5,240); }
td.TdClassName
{
border-color: #B005F0;
}
.TagClassName
{
border-color: #B005F0;
}
</style>