Shades of Electric Purple #B203E5
Tints of Electric Purple #B203E5
RGB
CMYK
RGB Variations
Color information
#B203E5 (or 0xB203E5) is known color: Electric Purple. HEX triplet: B2, 03 and E5. RGB value is (178,3,229). Sum of RGB (Red+Green+Blue) = 178+3+229=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 229 (89.84% from 255 or 55.85% from 410); Max value from RGB is 229 - color contains mainly: blue. Hex color #B203E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B203E5 is #4DFC1A. Grayscale: #505050. Windows color (decimal): -5110811 or 15008690. OLE color: 15008690.
HSL color Cylindrical-coordinate representation of color #B203E5: hue angle of 286.46º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B203E5 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 3 | 229 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.10 |
| HSL | 286.46º | 0.97% | 0.45% | - |
| HSV(B) | 286.46º | 0.99% | 0.9% | - |
| XYZ | 32.54 | 15.19 | 75.35 | - |
| YUV | 81.09 | 211.48 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 3 | 229 | 0.22 | 0.99 | 0 | 0.10 | 286.46 | 0.97 | 0.45 |
| Hex | B2 | 3 | E5 | 16 | 63 | 0 | A | 11E | 61 | 2D |
| Octal | 262 | 3 | 345 | 26 | 143 | 0 | 12 | 436 | 141 | 55 |
| Binary | 10110010 | 11 | 11100101 | 10110 | 1100011 | 0 | 1010 | 100011110 | 1100001 | 101101 |
Color Harmonies of #B203E5
Complementary color
Monochromatic Colors of #B203E5
Black with #B203E5
Text Example
Text Example
White with #B203E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B203E5; }
p { color: rgb(178,3,229); }
H1.HeaderClassName
{
color: #B203E5;
}
.AnyTagClassName
{
color: #B203E5;
}
</style>
background-color css
<style>
a { background-color: #B203E5; }
a { background-color: rgb(178,3,229); }
div.DivClassName
{
background-color: #B203E5;
}
.BgClassName
{
background-color: #B203E5;
}
</style>
border-color css
<style>
span { border-color: #B203E5; }
span { border-color: rgb(178,3,229); }
td.TdClassName
{
border-color: #B203E5;
}
.TagClassName
{
border-color: #B203E5;
}
</style>