Shades of Electric Purple #B603EE
Tints of Electric Purple #B603EE
RGB
CMYK
RGB Variations
Color information
#B603EE (or 0xB603EE) is known color: Electric Purple. HEX triplet: B6, 03 and EE. RGB value is (182,3,238). Sum of RGB (Red+Green+Blue) = 182+3+238=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #B603EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B603EE is #49FC11. Grayscale: #525252. Windows color (decimal): -4848658 or 15598518. OLE color: 15598518.
HSL color Cylindrical-coordinate representation of color #B603EE: hue angle of 285.7º 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 #B603EE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 3 | 238 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.07 |
| HSL | 285.7º | 0.98% | 0.47% | - |
| HSV(B) | 285.7º | 0.99% | 0.93% | - |
| XYZ | 34.76 | 16.18 | 82.18 | - |
| YUV | 83.31 | 215.3 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 238 | 0.24 | 0.99 | 0 | 0.07 | 285.7 | 0.98 | 0.47 |
| Hex | B6 | 3 | EE | 18 | 63 | 0 | 7 | 11E | 62 | 2F |
| Octal | 266 | 3 | 356 | 30 | 143 | 0 | 7 | 436 | 142 | 57 |
| Binary | 10110110 | 11 | 11101110 | 11000 | 1100011 | 0 | 111 | 100011110 | 1100010 | 101111 |
Color Harmonies of #B603EE
Complementary color
Monochromatic Colors of #B603EE
Black with #B603EE
Text Example
Text Example
White with #B603EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603EE; }
p { color: rgb(182,3,238); }
H1.HeaderClassName
{
color: #B603EE;
}
.AnyTagClassName
{
color: #B603EE;
}
</style>
background-color css
<style>
a { background-color: #B603EE; }
a { background-color: rgb(182,3,238); }
div.DivClassName
{
background-color: #B603EE;
}
.BgClassName
{
background-color: #B603EE;
}
</style>
border-color css
<style>
span { border-color: #B603EE; }
span { border-color: rgb(182,3,238); }
td.TdClassName
{
border-color: #B603EE;
}
.TagClassName
{
border-color: #B603EE;
}
</style>