Shades of Electric Purple #B603E1
Tints of Electric Purple #B603E1
RGB
CMYK
RGB Variations
Color information
#B603E1 (or 0xB603E1) is known color: Electric Purple. HEX triplet: B6, 03 and E1. RGB value is (182,3,225). Sum of RGB (Red+Green+Blue) = 182+3+225=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #B603E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603E1 is #49FC1E. Grayscale: #515151. Windows color (decimal): -4848671 or 14746550. OLE color: 14746550.
HSL color Cylindrical-coordinate representation of color #B603E1: hue angle of 288.38º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B603E1 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 3 | 225 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.12 |
| HSL | 288.38º | 0.97% | 0.45% | - |
| HSV(B) | 288.38º | 0.99% | 0.88% | - |
| XYZ | 32.91 | 15.45 | 72.48 | - |
| YUV | 81.83 | 208.8 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 225 | 0.19 | 0.99 | 0 | 0.12 | 288.38 | 0.97 | 0.45 |
| Hex | B6 | 3 | E1 | 13 | 63 | 0 | C | 120 | 61 | 2D |
| Octal | 266 | 3 | 341 | 23 | 143 | 0 | 14 | 440 | 141 | 55 |
| Binary | 10110110 | 11 | 11100001 | 10011 | 1100011 | 0 | 1100 | 100100000 | 1100001 | 101101 |
Color Harmonies of #B603E1
Complementary color
Monochromatic Colors of #B603E1
Black with #B603E1
Text Example
Text Example
White with #B603E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603E1; }
p { color: rgb(182,3,225); }
H1.HeaderClassName
{
color: #B603E1;
}
.AnyTagClassName
{
color: #B603E1;
}
</style>
background-color css
<style>
a { background-color: #B603E1; }
a { background-color: rgb(182,3,225); }
div.DivClassName
{
background-color: #B603E1;
}
.BgClassName
{
background-color: #B603E1;
}
</style>
border-color css
<style>
span { border-color: #B603E1; }
span { border-color: rgb(182,3,225); }
td.TdClassName
{
border-color: #B603E1;
}
.TagClassName
{
border-color: #B603E1;
}
</style>