Shades of Electric Purple #B90DF8
Tints of Electric Purple #B90DF8
RGB
CMYK
RGB Variations
Color information
#B90DF8 (or 0xB90DF8) is known color: Electric Purple. HEX triplet: B9, 0D and F8. RGB value is (185,13,248). Sum of RGB (Red+Green+Blue) = 185+13+248=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #B90DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90DF8 is #46F207. Grayscale: #5A5A5A. Windows color (decimal): -4649480 or 16256441. OLE color: 16256441.
HSL color Cylindrical-coordinate representation of color #B90DF8: hue angle of 283.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90DF8 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 13 | 248 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.03 |
| HSL | 283.91º | 0.94% | 0.51% | - |
| HSV(B) | 283.91º | 0.95% | 0.97% | - |
| XYZ | 37.09 | 17.38 | 90.21 | - |
| YUV | 91.22 | 216.48 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 248 | 0.25 | 0.95 | 0 | 0.03 | 283.91 | 0.94 | 0.51 |
| Hex | B9 | D | F8 | 19 | 5F | 0 | 3 | 11C | 5E | 33 |
| Octal | 271 | 15 | 370 | 31 | 137 | 0 | 3 | 434 | 136 | 63 |
| Binary | 10111001 | 1101 | 11111000 | 11001 | 1011111 | 0 | 11 | 100011100 | 1011110 | 110011 |
Color Harmonies of #B90DF8
Complementary color
Monochromatic Colors of #B90DF8
Black with #B90DF8
Text Example
Text Example
White with #B90DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DF8; }
p { color: rgb(185,13,248); }
H1.HeaderClassName
{
color: #B90DF8;
}
.AnyTagClassName
{
color: #B90DF8;
}
</style>
background-color css
<style>
a { background-color: #B90DF8; }
a { background-color: rgb(185,13,248); }
div.DivClassName
{
background-color: #B90DF8;
}
.BgClassName
{
background-color: #B90DF8;
}
</style>
border-color css
<style>
span { border-color: #B90DF8; }
span { border-color: rgb(185,13,248); }
td.TdClassName
{
border-color: #B90DF8;
}
.TagClassName
{
border-color: #B90DF8;
}
</style>