Shades of Electric Purple #B603ED
Tints of Electric Purple #B603ED
RGB
CMYK
RGB Variations
Color information
#B603ED (or 0xB603ED) is known color: Electric Purple. HEX triplet: B6, 03 and ED. RGB value is (182,3,237). Sum of RGB (Red+Green+Blue) = 182+3+237=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #B603ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B603ED is #49FC12. Grayscale: #525252. Windows color (decimal): -4848659 or 15532982. OLE color: 15532982.
HSL color Cylindrical-coordinate representation of color #B603ED: hue angle of 285.9º 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 #B603ED is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 3 | 237 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.07 |
| HSL | 285.9º | 0.98% | 0.47% | - |
| HSV(B) | 285.9º | 0.99% | 0.93% | - |
| XYZ | 34.61 | 16.12 | 81.41 | - |
| YUV | 83.2 | 214.8 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 237 | 0.23 | 0.99 | 0 | 0.07 | 285.9 | 0.98 | 0.47 |
| Hex | B6 | 3 | ED | 17 | 63 | 0 | 7 | 11E | 62 | 2F |
| Octal | 266 | 3 | 355 | 27 | 143 | 0 | 7 | 436 | 142 | 57 |
| Binary | 10110110 | 11 | 11101101 | 10111 | 1100011 | 0 | 111 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B603ED
Complementary color
Monochromatic Colors of #B603ED
Black with #B603ED
Text Example
Text Example
White with #B603ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603ED; }
p { color: rgb(182,3,237); }
H1.HeaderClassName
{
color: #B603ED;
}
.AnyTagClassName
{
color: #B603ED;
}
</style>
background-color css
<style>
a { background-color: #B603ED; }
a { background-color: rgb(182,3,237); }
div.DivClassName
{
background-color: #B603ED;
}
.BgClassName
{
background-color: #B603ED;
}
</style>
border-color css
<style>
span { border-color: #B603ED; }
span { border-color: rgb(182,3,237); }
td.TdClassName
{
border-color: #B603ED;
}
.TagClassName
{
border-color: #B603ED;
}
</style>