Shades of Electric Purple #B003FF
Tints of Electric Purple #B003FF
RGB
CMYK
RGB Variations
Color information
#B003FF (or 0xB003FF) is known color: Electric Purple. HEX triplet: B0, 03 and FF. RGB value is (176,3,255). Sum of RGB (Red+Green+Blue) = 176+3+255=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #B003FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B003FF is #4FFC00. Grayscale: #525252. Windows color (decimal): -5241857 or 16712624. OLE color: 16712624.
HSL color Cylindrical-coordinate representation of color #B003FF: hue angle of 281.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B003FF is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 3 | 255 | - |
| CMYK | 0.31 | 0.99 | 0 | 0 |
| HSL | 281.19º | 1% | 0.51% | - |
| HSV(B) | 281.19º | 0.99% | 1% | - |
| XYZ | 35.99 | 16.52 | 95.9 | - |
| YUV | 83.46 | 224.81 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 255 | 0.31 | 0.99 | 0 | 0 | 281.19 | 1 | 0.51 |
| Hex | B0 | 3 | FF | 1F | 63 | 0 | 0 | 119 | 64 | 33 |
| Octal | 260 | 3 | 377 | 37 | 143 | 0 | 0 | 431 | 144 | 63 |
| Binary | 10110000 | 11 | 11111111 | 11111 | 1100011 | 0 | 0 | 100011001 | 1100100 | 110011 |
Color Harmonies of #B003FF
Complementary color
Monochromatic Colors of #B003FF
Black with #B003FF
Text Example
Text Example
White with #B003FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003FF; }
p { color: rgb(176,3,255); }
H1.HeaderClassName
{
color: #B003FF;
}
.AnyTagClassName
{
color: #B003FF;
}
</style>
background-color css
<style>
a { background-color: #B003FF; }
a { background-color: rgb(176,3,255); }
div.DivClassName
{
background-color: #B003FF;
}
.BgClassName
{
background-color: #B003FF;
}
</style>
border-color css
<style>
span { border-color: #B003FF; }
span { border-color: rgb(176,3,255); }
td.TdClassName
{
border-color: #B003FF;
}
.TagClassName
{
border-color: #B003FF;
}
</style>