Shades of Electric Purple #B90CFB
Tints of Electric Purple #B90CFB
RGB
CMYK
RGB Variations
Color information
#B90CFB (or 0xB90CFB) is known color: Electric Purple. HEX triplet: B9, 0C and FB. RGB value is (185,12,251). Sum of RGB (Red+Green+Blue) = 185+12+251=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #B90CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CFB is #46F304. Grayscale: #5A5A5A. Windows color (decimal): -4649733 or 16452793. OLE color: 16452793.
HSL color Cylindrical-coordinate representation of color #B90CFB: hue angle of 283.43º 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 #B90CFB is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 12 | 251 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.02 |
| HSL | 283.43º | 0.97% | 0.52% | - |
| HSV(B) | 283.43º | 0.95% | 0.98% | - |
| XYZ | 37.55 | 17.54 | 92.67 | - |
| YUV | 90.97 | 218.31 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 251 | 0.26 | 0.95 | 0 | 0.02 | 283.43 | 0.97 | 0.52 |
| Hex | B9 | C | FB | 1A | 5F | 0 | 2 | 11B | 61 | 34 |
| Octal | 271 | 14 | 373 | 32 | 137 | 0 | 2 | 433 | 141 | 64 |
| Binary | 10111001 | 1100 | 11111011 | 11010 | 1011111 | 0 | 10 | 100011011 | 1100001 | 110100 |
Color Harmonies of #B90CFB
Complementary color
Monochromatic Colors of #B90CFB
Black with #B90CFB
Text Example
Text Example
White with #B90CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CFB; }
p { color: rgb(185,12,251); }
H1.HeaderClassName
{
color: #B90CFB;
}
.AnyTagClassName
{
color: #B90CFB;
}
</style>
background-color css
<style>
a { background-color: #B90CFB; }
a { background-color: rgb(185,12,251); }
div.DivClassName
{
background-color: #B90CFB;
}
.BgClassName
{
background-color: #B90CFB;
}
</style>
border-color css
<style>
span { border-color: #B90CFB; }
span { border-color: rgb(185,12,251); }
td.TdClassName
{
border-color: #B90CFB;
}
.TagClassName
{
border-color: #B90CFB;
}
</style>