Shades of Electric Purple #B90AFE
Tints of Electric Purple #B90AFE
RGB
CMYK
RGB Variations
Color information
#B90AFE (or 0xB90AFE) is known color: Electric Purple. HEX triplet: B9, 0A and FE. RGB value is (185,10,254). Sum of RGB (Red+Green+Blue) = 185+10+254=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #B90AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AFE is #46F501. Grayscale: #595959. Windows color (decimal): -4650242 or 16648889. OLE color: 16648889.
HSL color Cylindrical-coordinate representation of color #B90AFE: hue angle of 283.03º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AFE is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 10 | 254 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.00 |
| HSL | 283.03º | 0.99% | 0.52% | - |
| HSV(B) | 283.03º | 0.96% | 1% | - |
| XYZ | 38.01 | 17.69 | 95.18 | - |
| YUV | 90.14 | 220.48 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 254 | 0.27 | 0.96 | 0 | 0.00 | 283.03 | 0.99 | 0.52 |
| Hex | B9 | A | FE | 1B | 60 | 0 | 0 | 11B | 63 | 34 |
| Octal | 271 | 12 | 376 | 33 | 140 | 0 | 0 | 433 | 143 | 64 |
| Binary | 10111001 | 1010 | 11111110 | 11011 | 1100000 | 0 | 0 | 100011011 | 1100011 | 110100 |
Color Harmonies of #B90AFE
Complementary color
Monochromatic Colors of #B90AFE
Black with #B90AFE
Text Example
Text Example
White with #B90AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AFE; }
p { color: rgb(185,10,254); }
H1.HeaderClassName
{
color: #B90AFE;
}
.AnyTagClassName
{
color: #B90AFE;
}
</style>
background-color css
<style>
a { background-color: #B90AFE; }
a { background-color: rgb(185,10,254); }
div.DivClassName
{
background-color: #B90AFE;
}
.BgClassName
{
background-color: #B90AFE;
}
</style>
border-color css
<style>
span { border-color: #B90AFE; }
span { border-color: rgb(185,10,254); }
td.TdClassName
{
border-color: #B90AFE;
}
.TagClassName
{
border-color: #B90AFE;
}
</style>