Shades of Electric Purple #BB1CF4
Tints of Electric Purple #BB1CF4
RGB
CMYK
RGB Variations
Color information
#BB1CF4 (or 0xBB1CF4) is known color: Electric Purple. HEX triplet: BB, 1C and F4. RGB value is (187,28,244). Sum of RGB (Red+Green+Blue) = 187+28+244=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 244 (95.70% from 255 or 53.16% from 459); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB1CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1CF4 is #44E30B. Grayscale: #636363. Windows color (decimal): -4514572 or 15998139. OLE color: 15998139.
HSL color Cylindrical-coordinate representation of color #BB1CF4: hue angle of 284.17º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1CF4 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 28 | 244 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.04 |
| HSL | 284.17º | 0.91% | 0.53% | - |
| HSV(B) | 284.17º | 0.89% | 0.96% | - |
| XYZ | 37.24 | 17.93 | 87.09 | - |
| YUV | 100.17 | 209.18 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 244 | 0.23 | 0.89 | 0 | 0.04 | 284.17 | 0.91 | 0.53 |
| Hex | BB | 1C | F4 | 17 | 59 | 0 | 4 | 11C | 5B | 35 |
| Octal | 273 | 34 | 364 | 27 | 131 | 0 | 4 | 434 | 133 | 65 |
| Binary | 10111011 | 11100 | 11110100 | 10111 | 1011001 | 0 | 100 | 100011100 | 1011011 | 110101 |
Color Harmonies of #BB1CF4
Complementary color
Monochromatic Colors of #BB1CF4
Black with #BB1CF4
Text Example
Text Example
White with #BB1CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CF4; }
p { color: rgb(187,28,244); }
H1.HeaderClassName
{
color: #BB1CF4;
}
.AnyTagClassName
{
color: #BB1CF4;
}
</style>
background-color css
<style>
a { background-color: #BB1CF4; }
a { background-color: rgb(187,28,244); }
div.DivClassName
{
background-color: #BB1CF4;
}
.BgClassName
{
background-color: #BB1CF4;
}
</style>
border-color css
<style>
span { border-color: #BB1CF4; }
span { border-color: rgb(187,28,244); }
td.TdClassName
{
border-color: #BB1CF4;
}
.TagClassName
{
border-color: #BB1CF4;
}
</style>