Shades of Electric Purple #BB16F8
Tints of Electric Purple #BB16F8
RGB
CMYK
RGB Variations
Color information
#BB16F8 (or 0xBB16F8) is known color: Electric Purple. HEX triplet: BB, 16 and F8. RGB value is (187,22,248). Sum of RGB (Red+Green+Blue) = 187+22+248=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB16F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB16F8 is #44E907. Grayscale: #606060. Windows color (decimal): -4516104 or 16258747. OLE color: 16258747.
HSL color Cylindrical-coordinate representation of color #BB16F8: hue angle of 283.81º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB16F8 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 22 | 248 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.03 |
| HSL | 283.81º | 0.94% | 0.53% | - |
| HSV(B) | 283.81º | 0.91% | 0.97% | - |
| XYZ | 37.72 | 17.92 | 90.28 | - |
| YUV | 97.1 | 213.16 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 248 | 0.25 | 0.91 | 0 | 0.03 | 283.81 | 0.94 | 0.53 |
| Hex | BB | 16 | F8 | 19 | 5B | 0 | 3 | 11C | 5E | 35 |
| Octal | 273 | 26 | 370 | 31 | 133 | 0 | 3 | 434 | 136 | 65 |
| Binary | 10111011 | 10110 | 11111000 | 11001 | 1011011 | 0 | 11 | 100011100 | 1011110 | 110101 |
Color Harmonies of #BB16F8
Complementary color
Monochromatic Colors of #BB16F8
Black with #BB16F8
Text Example
Text Example
White with #BB16F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16F8; }
p { color: rgb(187,22,248); }
H1.HeaderClassName
{
color: #BB16F8;
}
.AnyTagClassName
{
color: #BB16F8;
}
</style>
background-color css
<style>
a { background-color: #BB16F8; }
a { background-color: rgb(187,22,248); }
div.DivClassName
{
background-color: #BB16F8;
}
.BgClassName
{
background-color: #BB16F8;
}
</style>
border-color css
<style>
span { border-color: #BB16F8; }
span { border-color: rgb(187,22,248); }
td.TdClassName
{
border-color: #BB16F8;
}
.TagClassName
{
border-color: #BB16F8;
}
</style>