Shades of Electric Purple #B90BE2
Tints of Electric Purple #B90BE2
RGB
CMYK
RGB Variations
Color information
#B90BE2 (or 0xB90BE2) is known color: Electric Purple. HEX triplet: B9, 0B and E2. RGB value is (185,11,226). Sum of RGB (Red+Green+Blue) = 185+11+226=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #B90BE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BE2 is #46F41D. Grayscale: #565656. Windows color (decimal): -4650014 or 14814137. OLE color: 14814137.
HSL color Cylindrical-coordinate representation of color #B90BE2: hue angle of 288.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90BE2 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 11 | 226 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.11 |
| HSL | 288.56º | 0.91% | 0.46% | - |
| HSV(B) | 288.56º | 0.95% | 0.89% | - |
| XYZ | 33.85 | 16.04 | 73.26 | - |
| YUV | 87.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 226 | 0.18 | 0.95 | 0 | 0.11 | 288.56 | 0.91 | 0.46 |
| Hex | B9 | B | E2 | 12 | 5F | 0 | B | 121 | 5B | 2E |
| Octal | 271 | 13 | 342 | 22 | 137 | 0 | 13 | 441 | 133 | 56 |
| Binary | 10111001 | 1011 | 11100010 | 10010 | 1011111 | 0 | 1011 | 100100001 | 1011011 | 101110 |
Color Harmonies of #B90BE2
Complementary color
Monochromatic Colors of #B90BE2
Black with #B90BE2
Text Example
Text Example
White with #B90BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BE2; }
p { color: rgb(185,11,226); }
H1.HeaderClassName
{
color: #B90BE2;
}
.AnyTagClassName
{
color: #B90BE2;
}
</style>
background-color css
<style>
a { background-color: #B90BE2; }
a { background-color: rgb(185,11,226); }
div.DivClassName
{
background-color: #B90BE2;
}
.BgClassName
{
background-color: #B90BE2;
}
</style>
border-color css
<style>
span { border-color: #B90BE2; }
span { border-color: rgb(185,11,226); }
td.TdClassName
{
border-color: #B90BE2;
}
.TagClassName
{
border-color: #B90BE2;
}
</style>