Shades of Electric Purple #BB07F7
Tints of Electric Purple #BB07F7
RGB
CMYK
RGB Variations
Color information
#BB07F7 (or 0xBB07F7) is known color: Electric Purple. HEX triplet: BB, 07 and F7. RGB value is (187,7,247). Sum of RGB (Red+Green+Blue) = 187+7+247=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB07F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB07F7 is #44F808. Grayscale: #575757. Windows color (decimal): -4519945 or 16189371. OLE color: 16189371.
HSL color Cylindrical-coordinate representation of color #BB07F7: hue angle of 285º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB07F7 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 7 | 247 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.03 |
| HSL | 285º | 0.94% | 0.5% | - |
| HSV(B) | 285º | 0.97% | 0.97% | - |
| XYZ | 37.36 | 17.43 | 89.39 | - |
| YUV | 88.18 | 217.63 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 247 | 0.24 | 0.97 | 0 | 0.03 | 285 | 0.94 | 0.5 |
| Hex | BB | 7 | F7 | 18 | 61 | 0 | 3 | 11D | 5E | 32 |
| Octal | 273 | 7 | 367 | 30 | 141 | 0 | 3 | 435 | 136 | 62 |
| Binary | 10111011 | 111 | 11110111 | 11000 | 1100001 | 0 | 11 | 100011101 | 1011110 | 110010 |
Color Harmonies of #BB07F7
Complementary color
Monochromatic Colors of #BB07F7
Black with #BB07F7
Text Example
Text Example
White with #BB07F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB07F7; }
p { color: rgb(187,7,247); }
H1.HeaderClassName
{
color: #BB07F7;
}
.AnyTagClassName
{
color: #BB07F7;
}
</style>
background-color css
<style>
a { background-color: #BB07F7; }
a { background-color: rgb(187,7,247); }
div.DivClassName
{
background-color: #BB07F7;
}
.BgClassName
{
background-color: #BB07F7;
}
</style>
border-color css
<style>
span { border-color: #BB07F7; }
span { border-color: rgb(187,7,247); }
td.TdClassName
{
border-color: #BB07F7;
}
.TagClassName
{
border-color: #BB07F7;
}
</style>