Shades of Electric Purple #B90DF9
Tints of Electric Purple #B90DF9
RGB
CMYK
RGB Variations
Color information
#B90DF9 (or 0xB90DF9) is known color: Electric Purple. HEX triplet: B9, 0D and F9. RGB value is (185,13,249). Sum of RGB (Red+Green+Blue) = 185+13+249=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #B90DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90DF9 is #46F206. Grayscale: #5A5A5A. Windows color (decimal): -4649479 or 16321977. OLE color: 16321977.
HSL color Cylindrical-coordinate representation of color #B90DF9: hue angle of 283.73º degrees, saturation: 0.95, 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 #B90DF9 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 13 | 249 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.02 |
| HSL | 283.73º | 0.95% | 0.51% | - |
| HSV(B) | 283.73º | 0.95% | 0.98% | - |
| XYZ | 37.25 | 17.44 | 91.03 | - |
| YUV | 91.33 | 216.98 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 249 | 0.26 | 0.95 | 0 | 0.02 | 283.73 | 0.95 | 0.51 |
| Hex | B9 | D | F9 | 1A | 5F | 0 | 2 | 11C | 5F | 33 |
| Octal | 271 | 15 | 371 | 32 | 137 | 0 | 2 | 434 | 137 | 63 |
| Binary | 10111001 | 1101 | 11111001 | 11010 | 1011111 | 0 | 10 | 100011100 | 1011111 | 110011 |
Color Harmonies of #B90DF9
Complementary color
Monochromatic Colors of #B90DF9
Black with #B90DF9
Text Example
Text Example
White with #B90DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DF9; }
p { color: rgb(185,13,249); }
H1.HeaderClassName
{
color: #B90DF9;
}
.AnyTagClassName
{
color: #B90DF9;
}
</style>
background-color css
<style>
a { background-color: #B90DF9; }
a { background-color: rgb(185,13,249); }
div.DivClassName
{
background-color: #B90DF9;
}
.BgClassName
{
background-color: #B90DF9;
}
</style>
border-color css
<style>
span { border-color: #B90DF9; }
span { border-color: rgb(185,13,249); }
td.TdClassName
{
border-color: #B90DF9;
}
.TagClassName
{
border-color: #B90DF9;
}
</style>