Shades of Electric Purple #BB31F9
Tints of Electric Purple #BB31F9
RGB
CMYK
RGB Variations
Color information
#BB31F9 (or 0xBB31F9) is known color: Electric Purple. HEX triplet: BB, 31 and F9. RGB value is (187,49,249). Sum of RGB (Red+Green+Blue) = 187+49+249=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB31F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31F9 is #44CE06. Grayscale: #707070. Windows color (decimal): -4509191 or 16331195. OLE color: 16331195.
HSL color Cylindrical-coordinate representation of color #BB31F9: hue angle of 281.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB31F9 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 49 | 249 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.02 |
| HSL | 281.4º | 0.94% | 0.58% | - |
| HSV(B) | 281.4º | 0.8% | 0.98% | - |
| XYZ | 38.69 | 19.6 | 91.37 | - |
| YUV | 113.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 249 | 0.25 | 0.80 | 0 | 0.02 | 281.4 | 0.94 | 0.58 |
| Hex | BB | 31 | F9 | 19 | 50 | 0 | 2 | 119 | 5E | 3A |
| Octal | 273 | 61 | 371 | 31 | 120 | 0 | 2 | 431 | 136 | 72 |
| Binary | 10111011 | 110001 | 11111001 | 11001 | 1010000 | 0 | 10 | 100011001 | 1011110 | 111010 |
Color Harmonies of #BB31F9
Complementary color
Monochromatic Colors of #BB31F9
Black with #BB31F9
Text Example
Text Example
White with #BB31F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31F9; }
p { color: rgb(187,49,249); }
H1.HeaderClassName
{
color: #BB31F9;
}
.AnyTagClassName
{
color: #BB31F9;
}
</style>
background-color css
<style>
a { background-color: #BB31F9; }
a { background-color: rgb(187,49,249); }
div.DivClassName
{
background-color: #BB31F9;
}
.BgClassName
{
background-color: #BB31F9;
}
</style>
border-color css
<style>
span { border-color: #BB31F9; }
span { border-color: rgb(187,49,249); }
td.TdClassName
{
border-color: #BB31F9;
}
.TagClassName
{
border-color: #BB31F9;
}
</style>