Shades of Electric Purple #B007FF
Tints of Electric Purple #B007FF
RGB
CMYK
RGB Variations
Color information
#B007FF (or 0xB007FF) is known color: Electric Purple. HEX triplet: B0, 07 and FF. RGB value is (176,7,255). Sum of RGB (Red+Green+Blue) = 176+7+255=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #B007FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B007FF is #4FF800. Grayscale: #545454. Windows color (decimal): -5240833 or 16713648. OLE color: 16713648.
HSL color Cylindrical-coordinate representation of color #B007FF: hue angle of 280.89º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B007FF is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 7 | 255 | - |
| CMYK | 0.31 | 0.97 | 0 | 0 |
| HSL | 280.89º | 1% | 0.51% | - |
| HSV(B) | 280.89º | 0.97% | 1% | - |
| XYZ | 36.03 | 16.6 | 95.91 | - |
| YUV | 85.8 | 223.49 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 255 | 0.31 | 0.97 | 0 | 0 | 280.89 | 1 | 0.51 |
| Hex | B0 | 7 | FF | 1F | 61 | 0 | 0 | 119 | 64 | 33 |
| Octal | 260 | 7 | 377 | 37 | 141 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10110000 | 111 | 11111111 | 11111 | 1100001 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #B007FF
Complementary color
Monochromatic Colors of #B007FF
Black with #B007FF
Text Example
Text Example
White with #B007FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B007FF; }
p { color: rgb(176,7,255); }
H1.HeaderClassName
{
color: #B007FF;
}
.AnyTagClassName
{
color: #B007FF;
}
</style>
background-color css
<style>
a { background-color: #B007FF; }
a { background-color: rgb(176,7,255); }
div.DivClassName
{
background-color: #B007FF;
}
.BgClassName
{
background-color: #B007FF;
}
</style>
border-color css
<style>
span { border-color: #B007FF; }
span { border-color: rgb(176,7,255); }
td.TdClassName
{
border-color: #B007FF;
}
.TagClassName
{
border-color: #B007FF;
}
</style>