Shades of Electric Purple #B202E9
Tints of Electric Purple #B202E9
RGB
CMYK
RGB Variations
Color information
#B202E9 (or 0xB202E9) is known color: Electric Purple. HEX triplet: B2, 02 and E9. RGB value is (178,2,233). Sum of RGB (Red+Green+Blue) = 178+2+233=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #B202E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B202E9 is #4DFD16. Grayscale: #505050. Windows color (decimal): -5111063 or 15270578. OLE color: 15270578.
HSL color Cylindrical-coordinate representation of color #B202E9: hue angle of 285.71º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B202E9 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 2 | 233 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.09 |
| HSL | 285.71º | 0.98% | 0.46% | - |
| HSV(B) | 285.71º | 0.99% | 0.91% | - |
| XYZ | 33.09 | 15.39 | 78.32 | - |
| YUV | 80.96 | 213.81 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 233 | 0.24 | 0.99 | 0 | 0.09 | 285.71 | 0.98 | 0.46 |
| Hex | B2 | 2 | E9 | 18 | 63 | 0 | 9 | 11E | 62 | 2E |
| Octal | 262 | 2 | 351 | 30 | 143 | 0 | 11 | 436 | 142 | 56 |
| Binary | 10110010 | 10 | 11101001 | 11000 | 1100011 | 0 | 1001 | 100011110 | 1100010 | 101110 |
Color Harmonies of #B202E9
Complementary color
Monochromatic Colors of #B202E9
Black with #B202E9
Text Example
Text Example
White with #B202E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B202E9; }
p { color: rgb(178,2,233); }
H1.HeaderClassName
{
color: #B202E9;
}
.AnyTagClassName
{
color: #B202E9;
}
</style>
background-color css
<style>
a { background-color: #B202E9; }
a { background-color: rgb(178,2,233); }
div.DivClassName
{
background-color: #B202E9;
}
.BgClassName
{
background-color: #B202E9;
}
</style>
border-color css
<style>
span { border-color: #B202E9; }
span { border-color: rgb(178,2,233); }
td.TdClassName
{
border-color: #B202E9;
}
.TagClassName
{
border-color: #B202E9;
}
</style>