Shades of Electric Purple #BB1DF6
Tints of Electric Purple #BB1DF6
RGB
CMYK
RGB Variations
Color information
#BB1DF6 (or 0xBB1DF6) is known color: Electric Purple. HEX triplet: BB, 1D and F6. RGB value is (187,29,246). Sum of RGB (Red+Green+Blue) = 187+29+246=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB1DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1DF6 is #44E209. Grayscale: #646464. Windows color (decimal): -4514314 or 16129467. OLE color: 16129467.
HSL color Cylindrical-coordinate representation of color #BB1DF6: hue angle of 283.69º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1DF6 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 29 | 246 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.04 |
| HSL | 283.69º | 0.92% | 0.54% | - |
| HSV(B) | 283.69º | 0.88% | 0.96% | - |
| XYZ | 37.57 | 18.1 | 88.7 | - |
| YUV | 100.98 | 209.85 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 246 | 0.24 | 0.88 | 0 | 0.04 | 283.69 | 0.92 | 0.54 |
| Hex | BB | 1D | F6 | 18 | 58 | 0 | 4 | 11C | 5C | 36 |
| Octal | 273 | 35 | 366 | 30 | 130 | 0 | 4 | 434 | 134 | 66 |
| Binary | 10111011 | 11101 | 11110110 | 11000 | 1011000 | 0 | 100 | 100011100 | 1011100 | 110110 |
Color Harmonies of #BB1DF6
Complementary color
Monochromatic Colors of #BB1DF6
Black with #BB1DF6
Text Example
Text Example
White with #BB1DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DF6; }
p { color: rgb(187,29,246); }
H1.HeaderClassName
{
color: #BB1DF6;
}
.AnyTagClassName
{
color: #BB1DF6;
}
</style>
background-color css
<style>
a { background-color: #BB1DF6; }
a { background-color: rgb(187,29,246); }
div.DivClassName
{
background-color: #BB1DF6;
}
.BgClassName
{
background-color: #BB1DF6;
}
</style>
border-color css
<style>
span { border-color: #BB1DF6; }
span { border-color: rgb(187,29,246); }
td.TdClassName
{
border-color: #BB1DF6;
}
.TagClassName
{
border-color: #BB1DF6;
}
</style>