Shades of Electric Purple #BB1CF6
Tints of Electric Purple #BB1CF6
RGB
CMYK
RGB Variations
Color information
#BB1CF6 (or 0xBB1CF6) is known color: Electric Purple. HEX triplet: BB, 1C and F6. RGB value is (187,28,246). Sum of RGB (Red+Green+Blue) = 187+28+246=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB1CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1CF6 is #44E309. Grayscale: #636363. Windows color (decimal): -4514570 or 16129211. OLE color: 16129211.
HSL color Cylindrical-coordinate representation of color #BB1CF6: hue angle of 283.76º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1CF6 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 28 | 246 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.04 |
| HSL | 283.76º | 0.92% | 0.54% | - |
| HSV(B) | 283.76º | 0.89% | 0.96% | - |
| XYZ | 37.54 | 18.05 | 88.69 | - |
| YUV | 100.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 246 | 0.24 | 0.89 | 0 | 0.04 | 283.76 | 0.92 | 0.54 |
| Hex | BB | 1C | F6 | 18 | 59 | 0 | 4 | 11C | 5C | 36 |
| Octal | 273 | 34 | 366 | 30 | 131 | 0 | 4 | 434 | 134 | 66 |
| Binary | 10111011 | 11100 | 11110110 | 11000 | 1011001 | 0 | 100 | 100011100 | 1011100 | 110110 |
Color Harmonies of #BB1CF6
Complementary color
Monochromatic Colors of #BB1CF6
Black with #BB1CF6
Text Example
Text Example
White with #BB1CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CF6; }
p { color: rgb(187,28,246); }
H1.HeaderClassName
{
color: #BB1CF6;
}
.AnyTagClassName
{
color: #BB1CF6;
}
</style>
background-color css
<style>
a { background-color: #BB1CF6; }
a { background-color: rgb(187,28,246); }
div.DivClassName
{
background-color: #BB1CF6;
}
.BgClassName
{
background-color: #BB1CF6;
}
</style>
border-color css
<style>
span { border-color: #BB1CF6; }
span { border-color: rgb(187,28,246); }
td.TdClassName
{
border-color: #BB1CF6;
}
.TagClassName
{
border-color: #BB1CF6;
}
</style>