Shades of Electric Purple #B001FF
Tints of Electric Purple #B001FF
RGB
CMYK
RGB Variations
Color information
#B001FF (or 0xB001FF) is known color: Electric Purple. HEX triplet: B0, 01 and FF. RGB value is (176,1,255). Sum of RGB (Red+Green+Blue) = 176+1+255=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #B001FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B001FF is #4FFE00. Grayscale: #515151. Windows color (decimal): -5242369 or 16712112. OLE color: 16712112.
HSL color Cylindrical-coordinate representation of color #B001FF: hue angle of 281.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B001FF is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 1 | 255 | - |
| CMYK | 0.31 | 1.00 | 0 | 0 |
| HSL | 281.34º | 1% | 0.5% | - |
| HSV(B) | 281.34º | 1% | 1% | - |
| XYZ | 35.97 | 16.47 | 95.89 | - |
| YUV | 82.28 | 225.48 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 255 | 0.31 | 1.00 | 0 | 0 | 281.34 | 1 | 0.5 |
| Hex | B0 | 1 | FF | 1F | 64 | 0 | 0 | 119 | 64 | 32 |
| Octal | 260 | 1 | 377 | 37 | 144 | 0 | 0 | 431 | 144 | 62 |
| Binary | 10110000 | 1 | 11111111 | 11111 | 1100100 | 0 | 0 | 100011001 | 1100100 | 110010 |
Color Harmonies of #B001FF
Complementary color
Monochromatic Colors of #B001FF
Black with #B001FF
Text Example
Text Example
White with #B001FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B001FF; }
p { color: rgb(176,1,255); }
H1.HeaderClassName
{
color: #B001FF;
}
.AnyTagClassName
{
color: #B001FF;
}
</style>
background-color css
<style>
a { background-color: #B001FF; }
a { background-color: rgb(176,1,255); }
div.DivClassName
{
background-color: #B001FF;
}
.BgClassName
{
background-color: #B001FF;
}
</style>
border-color css
<style>
span { border-color: #B001FF; }
span { border-color: rgb(176,1,255); }
td.TdClassName
{
border-color: #B001FF;
}
.TagClassName
{
border-color: #B001FF;
}
</style>