Shades of Electric Purple #B002FF
Tints of Electric Purple #B002FF
RGB
CMYK
RGB Variations
Color information
#B002FF (or 0xB002FF) is known color: Electric Purple. HEX triplet: B0, 02 and FF. RGB value is (176,2,255). Sum of RGB (Red+Green+Blue) = 176+2+255=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #B002FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B002FF is #4FFD00. Grayscale: #525252. Windows color (decimal): -5242113 or 16712368. OLE color: 16712368.
HSL color Cylindrical-coordinate representation of color #B002FF: hue angle of 281.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002FF is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 2 | 255 | - |
| CMYK | 0.31 | 0.99 | 0 | 0 |
| HSL | 281.26º | 1% | 0.5% | - |
| HSV(B) | 281.26º | 0.99% | 1% | - |
| XYZ | 35.98 | 16.49 | 95.9 | - |
| YUV | 82.87 | 225.15 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 255 | 0.31 | 0.99 | 0 | 0 | 281.26 | 1 | 0.5 |
| Hex | B0 | 2 | FF | 1F | 63 | 0 | 0 | 119 | 64 | 32 |
| Octal | 260 | 2 | 377 | 37 | 143 | 0 | 0 | 431 | 144 | 62 |
| Binary | 10110000 | 10 | 11111111 | 11111 | 1100011 | 0 | 0 | 100011001 | 1100100 | 110010 |
Color Harmonies of #B002FF
Complementary color
Monochromatic Colors of #B002FF
Black with #B002FF
Text Example
Text Example
White with #B002FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002FF; }
p { color: rgb(176,2,255); }
H1.HeaderClassName
{
color: #B002FF;
}
.AnyTagClassName
{
color: #B002FF;
}
</style>
background-color css
<style>
a { background-color: #B002FF; }
a { background-color: rgb(176,2,255); }
div.DivClassName
{
background-color: #B002FF;
}
.BgClassName
{
background-color: #B002FF;
}
</style>
border-color css
<style>
span { border-color: #B002FF; }
span { border-color: rgb(176,2,255); }
td.TdClassName
{
border-color: #B002FF;
}
.TagClassName
{
border-color: #B002FF;
}
</style>