Shades of Electric Purple #B90CE5
Tints of Electric Purple #B90CE5
RGB
CMYK
RGB Variations
Color information
#B90CE5 (or 0xB90CE5) is known color: Electric Purple. HEX triplet: B9, 0C and E5. RGB value is (185,12,229). Sum of RGB (Red+Green+Blue) = 185+12+229=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #B90CE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CE5 is #46F31A. Grayscale: #575757. Windows color (decimal): -4649755 or 15011001. OLE color: 15011001.
HSL color Cylindrical-coordinate representation of color #B90CE5: hue angle of 287.83º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90CE5 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 12 | 229 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.10 |
| HSL | 287.83º | 0.9% | 0.47% | - |
| HSV(B) | 287.83º | 0.95% | 0.9% | - |
| XYZ | 34.28 | 16.23 | 75.46 | - |
| YUV | 88.47 | 207.31 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 229 | 0.19 | 0.95 | 0 | 0.10 | 287.83 | 0.9 | 0.47 |
| Hex | B9 | C | E5 | 13 | 5F | 0 | A | 120 | 5A | 2F |
| Octal | 271 | 14 | 345 | 23 | 137 | 0 | 12 | 440 | 132 | 57 |
| Binary | 10111001 | 1100 | 11100101 | 10011 | 1011111 | 0 | 1010 | 100100000 | 1011010 | 101111 |
Color Harmonies of #B90CE5
Complementary color
Monochromatic Colors of #B90CE5
Black with #B90CE5
Text Example
Text Example
White with #B90CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CE5; }
p { color: rgb(185,12,229); }
H1.HeaderClassName
{
color: #B90CE5;
}
.AnyTagClassName
{
color: #B90CE5;
}
</style>
background-color css
<style>
a { background-color: #B90CE5; }
a { background-color: rgb(185,12,229); }
div.DivClassName
{
background-color: #B90CE5;
}
.BgClassName
{
background-color: #B90CE5;
}
</style>
border-color css
<style>
span { border-color: #B90CE5; }
span { border-color: rgb(185,12,229); }
td.TdClassName
{
border-color: #B90CE5;
}
.TagClassName
{
border-color: #B90CE5;
}
</style>