Shades of Electric Purple #B90AF6
Tints of Electric Purple #B90AF6
RGB
CMYK
RGB Variations
Color information
#B90AF6 (or 0xB90AF6) is known color: Electric Purple. HEX triplet: B9, 0A and F6. RGB value is (185,10,246). Sum of RGB (Red+Green+Blue) = 185+10+246=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #B90AF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90AF6 is #46F509. Grayscale: #585858. Windows color (decimal): -4650250 or 16124601. OLE color: 16124601.
HSL color Cylindrical-coordinate representation of color #B90AF6: hue angle of 284.49º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90AF6 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 10 | 246 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.04 |
| HSL | 284.49º | 0.93% | 0.5% | - |
| HSV(B) | 284.49º | 0.96% | 0.96% | - |
| XYZ | 36.75 | 17.19 | 88.57 | - |
| YUV | 89.23 | 216.48 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 246 | 0.25 | 0.96 | 0 | 0.04 | 284.49 | 0.93 | 0.5 |
| Hex | B9 | A | F6 | 19 | 60 | 0 | 4 | 11C | 5D | 32 |
| Octal | 271 | 12 | 366 | 31 | 140 | 0 | 4 | 434 | 135 | 62 |
| Binary | 10111001 | 1010 | 11110110 | 11001 | 1100000 | 0 | 100 | 100011100 | 1011101 | 110010 |
Color Harmonies of #B90AF6
Complementary color
Monochromatic Colors of #B90AF6
Black with #B90AF6
Text Example
Text Example
White with #B90AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AF6; }
p { color: rgb(185,10,246); }
H1.HeaderClassName
{
color: #B90AF6;
}
.AnyTagClassName
{
color: #B90AF6;
}
</style>
background-color css
<style>
a { background-color: #B90AF6; }
a { background-color: rgb(185,10,246); }
div.DivClassName
{
background-color: #B90AF6;
}
.BgClassName
{
background-color: #B90AF6;
}
</style>
border-color css
<style>
span { border-color: #B90AF6; }
span { border-color: rgb(185,10,246); }
td.TdClassName
{
border-color: #B90AF6;
}
.TagClassName
{
border-color: #B90AF6;
}
</style>