Shades of Electric Purple #B403EE
Tints of Electric Purple #B403EE
RGB
CMYK
RGB Variations
Color information
#B403EE (or 0xB403EE) is known color: Electric Purple. HEX triplet: B4, 03 and EE. RGB value is (180,3,238). Sum of RGB (Red+Green+Blue) = 180+3+238=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #B403EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B403EE is #4BFC11. Grayscale: #515151. Windows color (decimal): -4979730 or 15598516. OLE color: 15598516.
HSL color Cylindrical-coordinate representation of color #B403EE: hue angle of 285.19º 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 #B403EE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 3 | 238 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.07 |
| HSL | 285.19º | 0.98% | 0.47% | - |
| HSV(B) | 285.19º | 0.99% | 0.93% | - |
| XYZ | 34.29 | 15.94 | 82.16 | - |
| YUV | 82.71 | 215.64 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 238 | 0.24 | 0.99 | 0 | 0.07 | 285.19 | 0.98 | 0.47 |
| Hex | B4 | 3 | EE | 18 | 63 | 0 | 7 | 11D | 62 | 2F |
| Octal | 264 | 3 | 356 | 30 | 143 | 0 | 7 | 435 | 142 | 57 |
| Binary | 10110100 | 11 | 11101110 | 11000 | 1100011 | 0 | 111 | 100011101 | 1100010 | 101111 |
Color Harmonies of #B403EE
Complementary color
Monochromatic Colors of #B403EE
Black with #B403EE
Text Example
Text Example
White with #B403EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B403EE; }
p { color: rgb(180,3,238); }
H1.HeaderClassName
{
color: #B403EE;
}
.AnyTagClassName
{
color: #B403EE;
}
</style>
background-color css
<style>
a { background-color: #B403EE; }
a { background-color: rgb(180,3,238); }
div.DivClassName
{
background-color: #B403EE;
}
.BgClassName
{
background-color: #B403EE;
}
</style>
border-color css
<style>
span { border-color: #B403EE; }
span { border-color: rgb(180,3,238); }
td.TdClassName
{
border-color: #B403EE;
}
.TagClassName
{
border-color: #B403EE;
}
</style>