Shades of Electric Purple #B90BEA
Tints of Electric Purple #B90BEA
RGB
CMYK
RGB Variations
Color information
#B90BEA (or 0xB90BEA) is known color: Electric Purple. HEX triplet: B9, 0B and EA. RGB value is (185,11,234). Sum of RGB (Red+Green+Blue) = 185+11+234=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #B90BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BEA is #46F415. Grayscale: #575757. Windows color (decimal): -4650006 or 15338425. OLE color: 15338425.
HSL color Cylindrical-coordinate representation of color #B90BEA: hue angle of 286.82º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90BEA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 11 | 234 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.08 |
| HSL | 286.82º | 0.91% | 0.48% | - |
| HSV(B) | 286.82º | 0.95% | 0.92% | - |
| XYZ | 34.98 | 16.49 | 79.18 | - |
| YUV | 88.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 234 | 0.21 | 0.95 | 0 | 0.08 | 286.82 | 0.91 | 0.48 |
| Hex | B9 | B | EA | 15 | 5F | 0 | 8 | 11F | 5B | 30 |
| Octal | 271 | 13 | 352 | 25 | 137 | 0 | 10 | 437 | 133 | 60 |
| Binary | 10111001 | 1011 | 11101010 | 10101 | 1011111 | 0 | 1000 | 100011111 | 1011011 | 110000 |
Color Harmonies of #B90BEA
Complementary color
Monochromatic Colors of #B90BEA
Black with #B90BEA
Text Example
Text Example
White with #B90BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BEA; }
p { color: rgb(185,11,234); }
H1.HeaderClassName
{
color: #B90BEA;
}
.AnyTagClassName
{
color: #B90BEA;
}
</style>
background-color css
<style>
a { background-color: #B90BEA; }
a { background-color: rgb(185,11,234); }
div.DivClassName
{
background-color: #B90BEA;
}
.BgClassName
{
background-color: #B90BEA;
}
</style>
border-color css
<style>
span { border-color: #B90BEA; }
span { border-color: rgb(185,11,234); }
td.TdClassName
{
border-color: #B90BEA;
}
.TagClassName
{
border-color: #B90BEA;
}
</style>