Shades of Electric Purple #B003ED
Tints of Electric Purple #B003ED
RGB
CMYK
RGB Variations
Color information
#B003ED (or 0xB003ED) is known color: Electric Purple. HEX triplet: B0, 03 and ED. RGB value is (176,3,237). Sum of RGB (Red+Green+Blue) = 176+3+237=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #B003ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B003ED is #4FFC12. Grayscale: #505050. Windows color (decimal): -5241875 or 15532976. OLE color: 15532976.
HSL color Cylindrical-coordinate representation of color #B003ED: hue angle of 284.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B003ED is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 3 | 237 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.07 |
| HSL | 284.36º | 0.98% | 0.47% | - |
| HSV(B) | 284.36º | 0.99% | 0.93% | - |
| XYZ | 33.22 | 15.41 | 81.34 | - |
| YUV | 81.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 237 | 0.26 | 0.99 | 0 | 0.07 | 284.36 | 0.98 | 0.47 |
| Hex | B0 | 3 | ED | 1A | 63 | 0 | 7 | 11C | 62 | 2F |
| Octal | 260 | 3 | 355 | 32 | 143 | 0 | 7 | 434 | 142 | 57 |
| Binary | 10110000 | 11 | 11101101 | 11010 | 1100011 | 0 | 111 | 100011100 | 1100010 | 101111 |
Color Harmonies of #B003ED
Complementary color
Monochromatic Colors of #B003ED
Black with #B003ED
Text Example
Text Example
White with #B003ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003ED; }
p { color: rgb(176,3,237); }
H1.HeaderClassName
{
color: #B003ED;
}
.AnyTagClassName
{
color: #B003ED;
}
</style>
background-color css
<style>
a { background-color: #B003ED; }
a { background-color: rgb(176,3,237); }
div.DivClassName
{
background-color: #B003ED;
}
.BgClassName
{
background-color: #B003ED;
}
</style>
border-color css
<style>
span { border-color: #B003ED; }
span { border-color: rgb(176,3,237); }
td.TdClassName
{
border-color: #B003ED;
}
.TagClassName
{
border-color: #B003ED;
}
</style>