Shades of Electric Purple #BB1CE6
Tints of Electric Purple #BB1CE6
RGB
CMYK
RGB Variations
Color information
#BB1CE6 (or 0xBB1CE6) is known color: Electric Purple. HEX triplet: BB, 1C and E6. RGB value is (187,28,230). Sum of RGB (Red+Green+Blue) = 187+28+230=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB1CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1CE6 is #44E319. Grayscale: #616161. Windows color (decimal): -4514586 or 15080635. OLE color: 15080635.
HSL color Cylindrical-coordinate representation of color #BB1CE6: hue angle of 287.23º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1CE6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 28 | 230 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.10 |
| HSL | 287.23º | 0.8% | 0.51% | - |
| HSV(B) | 287.23º | 0.88% | 0.9% | - |
| XYZ | 35.19 | 17.11 | 76.31 | - |
| YUV | 98.57 | 202.18 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 230 | 0.19 | 0.88 | 0 | 0.10 | 287.23 | 0.8 | 0.51 |
| Hex | BB | 1C | E6 | 13 | 58 | 0 | A | 11F | 50 | 33 |
| Octal | 273 | 34 | 346 | 23 | 130 | 0 | 12 | 437 | 120 | 63 |
| Binary | 10111011 | 11100 | 11100110 | 10011 | 1011000 | 0 | 1010 | 100011111 | 1010000 | 110011 |
Color Harmonies of #BB1CE6
Complementary color
Monochromatic Colors of #BB1CE6
Black with #BB1CE6
Text Example
Text Example
White with #BB1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CE6; }
p { color: rgb(187,28,230); }
H1.HeaderClassName
{
color: #BB1CE6;
}
.AnyTagClassName
{
color: #BB1CE6;
}
</style>
background-color css
<style>
a { background-color: #BB1CE6; }
a { background-color: rgb(187,28,230); }
div.DivClassName
{
background-color: #BB1CE6;
}
.BgClassName
{
background-color: #BB1CE6;
}
</style>
border-color css
<style>
span { border-color: #BB1CE6; }
span { border-color: rgb(187,28,230); }
td.TdClassName
{
border-color: #BB1CE6;
}
.TagClassName
{
border-color: #BB1CE6;
}
</style>