Shades of Electric Purple #B003FE
Tints of Electric Purple #B003FE
RGB
CMYK
RGB Variations
Color information
#B003FE (or 0xB003FE) is known color: Electric Purple. HEX triplet: B0, 03 and FE. RGB value is (176,3,254). Sum of RGB (Red+Green+Blue) = 176+3+254=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #B003FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B003FE is #4FFC01. Grayscale: #525252. Windows color (decimal): -5241858 or 16647088. OLE color: 16647088.
HSL color Cylindrical-coordinate representation of color #B003FE: hue angle of 281.35º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B003FE is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 3 | 254 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.00 |
| HSL | 281.35º | 0.99% | 0.5% | - |
| HSV(B) | 281.35º | 0.99% | 1% | - |
| XYZ | 35.83 | 16.45 | 95.05 | - |
| YUV | 83.34 | 224.31 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 254 | 0.31 | 0.99 | 0 | 0.00 | 281.35 | 0.99 | 0.5 |
| Hex | B0 | 3 | FE | 1F | 63 | 0 | 0 | 119 | 63 | 32 |
| Octal | 260 | 3 | 376 | 37 | 143 | 0 | 0 | 431 | 143 | 62 |
| Binary | 10110000 | 11 | 11111110 | 11111 | 1100011 | 0 | 0 | 100011001 | 1100011 | 110010 |
Color Harmonies of #B003FE
Complementary color
Monochromatic Colors of #B003FE
Black with #B003FE
Text Example
Text Example
White with #B003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003FE; }
p { color: rgb(176,3,254); }
H1.HeaderClassName
{
color: #B003FE;
}
.AnyTagClassName
{
color: #B003FE;
}
</style>
background-color css
<style>
a { background-color: #B003FE; }
a { background-color: rgb(176,3,254); }
div.DivClassName
{
background-color: #B003FE;
}
.BgClassName
{
background-color: #B003FE;
}
</style>
border-color css
<style>
span { border-color: #B003FE; }
span { border-color: rgb(176,3,254); }
td.TdClassName
{
border-color: #B003FE;
}
.TagClassName
{
border-color: #B003FE;
}
</style>