Shades of Electric Purple #B90CE9
Tints of Electric Purple #B90CE9
RGB
CMYK
RGB Variations
Color information
#B90CE9 (or 0xB90CE9) is known color: Electric Purple. HEX triplet: B9, 0C and E9. RGB value is (185,12,233). Sum of RGB (Red+Green+Blue) = 185+12+233=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #B90CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CE9 is #46F316. Grayscale: #585858. Windows color (decimal): -4649751 or 15273145. OLE color: 15273145.
HSL color Cylindrical-coordinate representation of color #B90CE9: hue angle of 286.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90CE9 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 12 | 233 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.09 |
| HSL | 286.97º | 0.9% | 0.48% | - |
| HSV(B) | 286.97º | 0.95% | 0.91% | - |
| XYZ | 34.85 | 16.46 | 78.43 | - |
| YUV | 88.92 | 209.31 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 233 | 0.21 | 0.95 | 0 | 0.09 | 286.97 | 0.9 | 0.48 |
| Hex | B9 | C | E9 | 15 | 5F | 0 | 9 | 11F | 5A | 30 |
| Octal | 271 | 14 | 351 | 25 | 137 | 0 | 11 | 437 | 132 | 60 |
| Binary | 10111001 | 1100 | 11101001 | 10101 | 1011111 | 0 | 1001 | 100011111 | 1011010 | 110000 |
Color Harmonies of #B90CE9
Complementary color
Monochromatic Colors of #B90CE9
Black with #B90CE9
Text Example
Text Example
White with #B90CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CE9; }
p { color: rgb(185,12,233); }
H1.HeaderClassName
{
color: #B90CE9;
}
.AnyTagClassName
{
color: #B90CE9;
}
</style>
background-color css
<style>
a { background-color: #B90CE9; }
a { background-color: rgb(185,12,233); }
div.DivClassName
{
background-color: #B90CE9;
}
.BgClassName
{
background-color: #B90CE9;
}
</style>
border-color css
<style>
span { border-color: #B90CE9; }
span { border-color: rgb(185,12,233); }
td.TdClassName
{
border-color: #B90CE9;
}
.TagClassName
{
border-color: #B90CE9;
}
</style>