Shades of Electric Purple #BB16F9
Tints of Electric Purple #BB16F9
RGB
CMYK
RGB Variations
Color information
#BB16F9 (or 0xBB16F9) is known color: Electric Purple. HEX triplet: BB, 16 and F9. RGB value is (187,22,249). Sum of RGB (Red+Green+Blue) = 187+22+249=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB16F9 is #44E906. Grayscale: #606060. Windows color (decimal): -4516103 or 16324283. OLE color: 16324283.
HSL color Cylindrical-coordinate representation of color #BB16F9: hue angle of 283.61º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB16F9 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 22 | 249 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.02 |
| HSL | 283.61º | 0.95% | 0.53% | - |
| HSV(B) | 283.61º | 0.91% | 0.98% | - |
| XYZ | 37.88 | 17.98 | 91.1 | - |
| YUV | 97.21 | 213.66 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 249 | 0.25 | 0.91 | 0 | 0.02 | 283.61 | 0.95 | 0.53 |
| Hex | BB | 16 | F9 | 19 | 5B | 0 | 2 | 11C | 5F | 35 |
| Octal | 273 | 26 | 371 | 31 | 133 | 0 | 2 | 434 | 137 | 65 |
| Binary | 10111011 | 10110 | 11111001 | 11001 | 1011011 | 0 | 10 | 100011100 | 1011111 | 110101 |
Color Harmonies of #BB16F9
Complementary color
Monochromatic Colors of #BB16F9
Black with #BB16F9
Text Example
Text Example
White with #BB16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16F9; }
p { color: rgb(187,22,249); }
H1.HeaderClassName
{
color: #BB16F9;
}
.AnyTagClassName
{
color: #BB16F9;
}
</style>
background-color css
<style>
a { background-color: #BB16F9; }
a { background-color: rgb(187,22,249); }
div.DivClassName
{
background-color: #BB16F9;
}
.BgClassName
{
background-color: #BB16F9;
}
</style>
border-color css
<style>
span { border-color: #BB16F9; }
span { border-color: rgb(187,22,249); }
td.TdClassName
{
border-color: #BB16F9;
}
.TagClassName
{
border-color: #BB16F9;
}
</style>