Shades of Electric Purple #B90DFB
Tints of Electric Purple #B90DFB
RGB
CMYK
RGB Variations
Color information
#B90DFB (or 0xB90DFB) is known color: Electric Purple. HEX triplet: B9, 0D and FB. RGB value is (185,13,251). Sum of RGB (Red+Green+Blue) = 185+13+251=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #B90DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90DFB is #46F204. Grayscale: #5A5A5A. Windows color (decimal): -4649477 or 16453049. OLE color: 16453049.
HSL color Cylindrical-coordinate representation of color #B90DFB: hue angle of 283.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90DFB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 13 | 251 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.02 |
| HSL | 283.36º | 0.97% | 0.52% | - |
| HSV(B) | 283.36º | 0.95% | 0.98% | - |
| XYZ | 37.56 | 17.57 | 92.68 | - |
| YUV | 91.56 | 217.98 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 251 | 0.26 | 0.95 | 0 | 0.02 | 283.36 | 0.97 | 0.52 |
| Hex | B9 | D | FB | 1A | 5F | 0 | 2 | 11B | 61 | 34 |
| Octal | 271 | 15 | 373 | 32 | 137 | 0 | 2 | 433 | 141 | 64 |
| Binary | 10111001 | 1101 | 11111011 | 11010 | 1011111 | 0 | 10 | 100011011 | 1100001 | 110100 |
Color Harmonies of #B90DFB
Complementary color
Monochromatic Colors of #B90DFB
Black with #B90DFB
Text Example
Text Example
White with #B90DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DFB; }
p { color: rgb(185,13,251); }
H1.HeaderClassName
{
color: #B90DFB;
}
.AnyTagClassName
{
color: #B90DFB;
}
</style>
background-color css
<style>
a { background-color: #B90DFB; }
a { background-color: rgb(185,13,251); }
div.DivClassName
{
background-color: #B90DFB;
}
.BgClassName
{
background-color: #B90DFB;
}
</style>
border-color css
<style>
span { border-color: #B90DFB; }
span { border-color: rgb(185,13,251); }
td.TdClassName
{
border-color: #B90DFB;
}
.TagClassName
{
border-color: #B90DFB;
}
</style>