Shades of Electric Purple #B90CEB
Tints of Electric Purple #B90CEB
RGB
CMYK
RGB Variations
Color information
#B90CEB (or 0xB90CEB) is known color: Electric Purple. HEX triplet: B9, 0C and EB. RGB value is (185,12,235). Sum of RGB (Red+Green+Blue) = 185+12+235=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #B90CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CEB is #46F314. Grayscale: #585858. Windows color (decimal): -4649749 or 15404217. OLE color: 15404217.
HSL color Cylindrical-coordinate representation of color #B90CEB: hue angle of 286.55º degrees, saturation: 0.9, 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 #B90CEB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 12 | 235 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.08 |
| HSL | 286.55º | 0.9% | 0.48% | - |
| HSV(B) | 286.55º | 0.95% | 0.92% | - |
| XYZ | 35.13 | 16.58 | 79.94 | - |
| YUV | 89.15 | 210.31 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 235 | 0.21 | 0.95 | 0 | 0.08 | 286.55 | 0.9 | 0.48 |
| Hex | B9 | C | EB | 15 | 5F | 0 | 8 | 11F | 5A | 30 |
| Octal | 271 | 14 | 353 | 25 | 137 | 0 | 10 | 437 | 132 | 60 |
| Binary | 10111001 | 1100 | 11101011 | 10101 | 1011111 | 0 | 1000 | 100011111 | 1011010 | 110000 |
Color Harmonies of #B90CEB
Complementary color
Monochromatic Colors of #B90CEB
Black with #B90CEB
Text Example
Text Example
White with #B90CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CEB; }
p { color: rgb(185,12,235); }
H1.HeaderClassName
{
color: #B90CEB;
}
.AnyTagClassName
{
color: #B90CEB;
}
</style>
background-color css
<style>
a { background-color: #B90CEB; }
a { background-color: rgb(185,12,235); }
div.DivClassName
{
background-color: #B90CEB;
}
.BgClassName
{
background-color: #B90CEB;
}
</style>
border-color css
<style>
span { border-color: #B90CEB; }
span { border-color: rgb(185,12,235); }
td.TdClassName
{
border-color: #B90CEB;
}
.TagClassName
{
border-color: #B90CEB;
}
</style>