Shades of Electric Purple #B90AF7
Tints of Electric Purple #B90AF7
RGB
CMYK
RGB Variations
Color information
#B90AF7 (or 0xB90AF7) is known color: Electric Purple. HEX triplet: B9, 0A and F7. RGB value is (185,10,247). Sum of RGB (Red+Green+Blue) = 185+10+247=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #B90AF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AF7 is #46F508. Grayscale: #585858. Windows color (decimal): -4650249 or 16190137. OLE color: 16190137.
HSL color Cylindrical-coordinate representation of color #B90AF7: hue angle of 284.3º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AF7 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 10 | 247 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.03 |
| HSL | 284.3º | 0.94% | 0.5% | - |
| HSV(B) | 284.3º | 0.96% | 0.97% | - |
| XYZ | 36.9 | 17.25 | 89.38 | - |
| YUV | 89.34 | 216.98 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 247 | 0.25 | 0.96 | 0 | 0.03 | 284.3 | 0.94 | 0.5 |
| Hex | B9 | A | F7 | 19 | 60 | 0 | 3 | 11C | 5E | 32 |
| Octal | 271 | 12 | 367 | 31 | 140 | 0 | 3 | 434 | 136 | 62 |
| Binary | 10111001 | 1010 | 11110111 | 11001 | 1100000 | 0 | 11 | 100011100 | 1011110 | 110010 |
Color Harmonies of #B90AF7
Complementary color
Monochromatic Colors of #B90AF7
Black with #B90AF7
Text Example
Text Example
White with #B90AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AF7; }
p { color: rgb(185,10,247); }
H1.HeaderClassName
{
color: #B90AF7;
}
.AnyTagClassName
{
color: #B90AF7;
}
</style>
background-color css
<style>
a { background-color: #B90AF7; }
a { background-color: rgb(185,10,247); }
div.DivClassName
{
background-color: #B90AF7;
}
.BgClassName
{
background-color: #B90AF7;
}
</style>
border-color css
<style>
span { border-color: #B90AF7; }
span { border-color: rgb(185,10,247); }
td.TdClassName
{
border-color: #B90AF7;
}
.TagClassName
{
border-color: #B90AF7;
}
</style>