Shades of Electric Purple #B008FF
Tints of Electric Purple #B008FF
RGB
CMYK
RGB Variations
Color information
#B008FF (or 0xB008FF) is known color: Electric Purple. HEX triplet: B0, 08 and FF. RGB value is (176,8,255). Sum of RGB (Red+Green+Blue) = 176+8+255=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #B008FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B008FF is #4FF700. Grayscale: #555555. Windows color (decimal): -5240577 or 16713904. OLE color: 16713904.
HSL color Cylindrical-coordinate representation of color #B008FF: hue angle of 280.81º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B008FF is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 8 | 255 | - |
| CMYK | 0.31 | 0.97 | 0 | 0 |
| HSL | 280.81º | 1% | 0.52% | - |
| HSV(B) | 280.81º | 0.97% | 1% | - |
| XYZ | 36.04 | 16.62 | 95.92 | - |
| YUV | 86.39 | 223.16 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 255 | 0.31 | 0.97 | 0 | 0 | 280.81 | 1 | 0.52 |
| Hex | B0 | 8 | FF | 1F | 61 | 0 | 0 | 119 | 64 | 34 |
| Octal | 260 | 10 | 377 | 37 | 141 | 0 | 0 | 431 | 144 | 64 |
| Binary | 10110000 | 1000 | 11111111 | 11111 | 1100001 | 0 | 0 | 100011001 | 1100100 | 110100 |
Color Harmonies of #B008FF
Complementary color
Monochromatic Colors of #B008FF
Black with #B008FF
Text Example
Text Example
White with #B008FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008FF; }
p { color: rgb(176,8,255); }
H1.HeaderClassName
{
color: #B008FF;
}
.AnyTagClassName
{
color: #B008FF;
}
</style>
background-color css
<style>
a { background-color: #B008FF; }
a { background-color: rgb(176,8,255); }
div.DivClassName
{
background-color: #B008FF;
}
.BgClassName
{
background-color: #B008FF;
}
</style>
border-color css
<style>
span { border-color: #B008FF; }
span { border-color: rgb(176,8,255); }
td.TdClassName
{
border-color: #B008FF;
}
.TagClassName
{
border-color: #B008FF;
}
</style>