Shades of Electric Purple #B90CFA
Tints of Electric Purple #B90CFA
RGB
CMYK
RGB Variations
Color information
#B90CFA (or 0xB90CFA) is known color: Electric Purple. HEX triplet: B9, 0C and FA. RGB value is (185,12,250). Sum of RGB (Red+Green+Blue) = 185+12+250=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #B90CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CFA is #46F305. Grayscale: #5A5A5A. Windows color (decimal): -4649734 or 16387257. OLE color: 16387257.
HSL color Cylindrical-coordinate representation of color #B90CFA: hue angle of 283.61º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90CFA is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 12 | 250 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.02 |
| HSL | 283.61º | 0.96% | 0.51% | - |
| HSV(B) | 283.61º | 0.95% | 0.98% | - |
| XYZ | 37.39 | 17.48 | 91.85 | - |
| YUV | 90.86 | 217.81 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 250 | 0.26 | 0.95 | 0 | 0.02 | 283.61 | 0.96 | 0.51 |
| Hex | B9 | C | FA | 1A | 5F | 0 | 2 | 11C | 60 | 33 |
| Octal | 271 | 14 | 372 | 32 | 137 | 0 | 2 | 434 | 140 | 63 |
| Binary | 10111001 | 1100 | 11111010 | 11010 | 1011111 | 0 | 10 | 100011100 | 1100000 | 110011 |
Color Harmonies of #B90CFA
Complementary color
Monochromatic Colors of #B90CFA
Black with #B90CFA
Text Example
Text Example
White with #B90CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CFA; }
p { color: rgb(185,12,250); }
H1.HeaderClassName
{
color: #B90CFA;
}
.AnyTagClassName
{
color: #B90CFA;
}
</style>
background-color css
<style>
a { background-color: #B90CFA; }
a { background-color: rgb(185,12,250); }
div.DivClassName
{
background-color: #B90CFA;
}
.BgClassName
{
background-color: #B90CFA;
}
</style>
border-color css
<style>
span { border-color: #B90CFA; }
span { border-color: rgb(185,12,250); }
td.TdClassName
{
border-color: #B90CFA;
}
.TagClassName
{
border-color: #B90CFA;
}
</style>