Shades of Electric Purple #B90CEC
Tints of Electric Purple #B90CEC
RGB
CMYK
RGB Variations
Color information
#B90CEC (or 0xB90CEC) is known color: Electric Purple. HEX triplet: B9, 0C and EC. RGB value is (185,12,236). Sum of RGB (Red+Green+Blue) = 185+12+236=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #B90CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CEC is #46F313. Grayscale: #585858. Windows color (decimal): -4649748 or 15469753. OLE color: 15469753.
HSL color Cylindrical-coordinate representation of color #B90CEC: hue angle of 286.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90CEC is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 12 | 236 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.07 |
| HSL | 286.34º | 0.9% | 0.49% | - |
| HSV(B) | 286.34º | 0.95% | 0.93% | - |
| XYZ | 35.28 | 16.63 | 80.71 | - |
| YUV | 89.26 | 210.81 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 236 | 0.22 | 0.95 | 0 | 0.07 | 286.34 | 0.9 | 0.49 |
| Hex | B9 | C | EC | 16 | 5F | 0 | 7 | 11E | 5A | 31 |
| Octal | 271 | 14 | 354 | 26 | 137 | 0 | 7 | 436 | 132 | 61 |
| Binary | 10111001 | 1100 | 11101100 | 10110 | 1011111 | 0 | 111 | 100011110 | 1011010 | 110001 |
Color Harmonies of #B90CEC
Complementary color
Monochromatic Colors of #B90CEC
Black with #B90CEC
Text Example
Text Example
White with #B90CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CEC; }
p { color: rgb(185,12,236); }
H1.HeaderClassName
{
color: #B90CEC;
}
.AnyTagClassName
{
color: #B90CEC;
}
</style>
background-color css
<style>
a { background-color: #B90CEC; }
a { background-color: rgb(185,12,236); }
div.DivClassName
{
background-color: #B90CEC;
}
.BgClassName
{
background-color: #B90CEC;
}
</style>
border-color css
<style>
span { border-color: #B90CEC; }
span { border-color: rgb(185,12,236); }
td.TdClassName
{
border-color: #B90CEC;
}
.TagClassName
{
border-color: #B90CEC;
}
</style>