Shades of Electric Purple #BB1DF7
Tints of Electric Purple #BB1DF7
RGB
CMYK
RGB Variations
Color information
#BB1DF7 (or 0xBB1DF7) is known color: Electric Purple. HEX triplet: BB, 1D and F7. RGB value is (187,29,247). Sum of RGB (Red+Green+Blue) = 187+29+247=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB1DF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1DF7 is #44E208. Grayscale: #646464. Windows color (decimal): -4514313 or 16195003. OLE color: 16195003.
HSL color Cylindrical-coordinate representation of color #BB1DF7: hue angle of 283.49º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1DF7 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 29 | 247 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.03 |
| HSL | 283.49º | 0.93% | 0.54% | - |
| HSV(B) | 283.49º | 0.88% | 0.97% | - |
| XYZ | 37.72 | 18.16 | 89.51 | - |
| YUV | 101.09 | 210.35 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 247 | 0.24 | 0.88 | 0 | 0.03 | 283.49 | 0.93 | 0.54 |
| Hex | BB | 1D | F7 | 18 | 58 | 0 | 3 | 11B | 5D | 36 |
| Octal | 273 | 35 | 367 | 30 | 130 | 0 | 3 | 433 | 135 | 66 |
| Binary | 10111011 | 11101 | 11110111 | 11000 | 1011000 | 0 | 11 | 100011011 | 1011101 | 110110 |
Color Harmonies of #BB1DF7
Complementary color
Monochromatic Colors of #BB1DF7
Black with #BB1DF7
Text Example
Text Example
White with #BB1DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DF7; }
p { color: rgb(187,29,247); }
H1.HeaderClassName
{
color: #BB1DF7;
}
.AnyTagClassName
{
color: #BB1DF7;
}
</style>
background-color css
<style>
a { background-color: #BB1DF7; }
a { background-color: rgb(187,29,247); }
div.DivClassName
{
background-color: #BB1DF7;
}
.BgClassName
{
background-color: #BB1DF7;
}
</style>
border-color css
<style>
span { border-color: #BB1DF7; }
span { border-color: rgb(187,29,247); }
td.TdClassName
{
border-color: #BB1DF7;
}
.TagClassName
{
border-color: #BB1DF7;
}
</style>