Shades of Electric Purple #BB1DFE
Tints of Electric Purple #BB1DFE
RGB
CMYK
RGB Variations
Color information
#BB1DFE (or 0xBB1DFE) is known color: Electric Purple. HEX triplet: BB, 1D and FE. RGB value is (187,29,254). Sum of RGB (Red+Green+Blue) = 187+29+254=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB1DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1DFE is #44E201. Grayscale: #656565. Windows color (decimal): -4514306 or 16653755. OLE color: 16653755.
HSL color Cylindrical-coordinate representation of color #BB1DFE: hue angle of 282.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1DFE is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 29 | 254 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.00 |
| HSL | 282.13º | 0.99% | 0.55% | - |
| HSV(B) | 282.13º | 0.89% | 1% | - |
| XYZ | 38.82 | 18.6 | 95.31 | - |
| YUV | 101.89 | 213.85 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 254 | 0.26 | 0.89 | 0 | 0.00 | 282.13 | 0.99 | 0.55 |
| Hex | BB | 1D | FE | 1A | 59 | 0 | 0 | 11A | 63 | 37 |
| Octal | 273 | 35 | 376 | 32 | 131 | 0 | 0 | 432 | 143 | 67 |
| Binary | 10111011 | 11101 | 11111110 | 11010 | 1011001 | 0 | 0 | 100011010 | 1100011 | 110111 |
Color Harmonies of #BB1DFE
Complementary color
Monochromatic Colors of #BB1DFE
Black with #BB1DFE
Text Example
Text Example
White with #BB1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DFE; }
p { color: rgb(187,29,254); }
H1.HeaderClassName
{
color: #BB1DFE;
}
.AnyTagClassName
{
color: #BB1DFE;
}
</style>
background-color css
<style>
a { background-color: #BB1DFE; }
a { background-color: rgb(187,29,254); }
div.DivClassName
{
background-color: #BB1DFE;
}
.BgClassName
{
background-color: #BB1DFE;
}
</style>
border-color css
<style>
span { border-color: #BB1DFE; }
span { border-color: rgb(187,29,254); }
td.TdClassName
{
border-color: #BB1DFE;
}
.TagClassName
{
border-color: #BB1DFE;
}
</style>