Shades of Electric Purple #BB1BFD
Tints of Electric Purple #BB1BFD
RGB
CMYK
RGB Variations
Color information
#BB1BFD (or 0xBB1BFD) is known color: Electric Purple. HEX triplet: BB, 1B and FD. RGB value is (187,27,253). Sum of RGB (Red+Green+Blue) = 187+27+253=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB1BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1BFD is #44E402. Grayscale: #636363. Windows color (decimal): -4514819 or 16587707. OLE color: 16587707.
HSL color Cylindrical-coordinate representation of color #BB1BFD: hue angle of 282.48º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1BFD is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 27 | 253 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.01 |
| HSL | 282.48º | 0.98% | 0.55% | - |
| HSV(B) | 282.48º | 0.89% | 0.99% | - |
| XYZ | 38.62 | 18.44 | 94.45 | - |
| YUV | 100.6 | 214.01 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 27 | 253 | 0.26 | 0.89 | 0 | 0.01 | 282.48 | 0.98 | 0.55 |
| Hex | BB | 1B | FD | 1A | 59 | 0 | 1 | 11A | 62 | 37 |
| Octal | 273 | 33 | 375 | 32 | 131 | 0 | 1 | 432 | 142 | 67 |
| Binary | 10111011 | 11011 | 11111101 | 11010 | 1011001 | 0 | 1 | 100011010 | 1100010 | 110111 |
Color Harmonies of #BB1BFD
Complementary color
Monochromatic Colors of #BB1BFD
Black with #BB1BFD
Text Example
Text Example
White with #BB1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1BFD; }
p { color: rgb(187,27,253); }
H1.HeaderClassName
{
color: #BB1BFD;
}
.AnyTagClassName
{
color: #BB1BFD;
}
</style>
background-color css
<style>
a { background-color: #BB1BFD; }
a { background-color: rgb(187,27,253); }
div.DivClassName
{
background-color: #BB1BFD;
}
.BgClassName
{
background-color: #BB1BFD;
}
</style>
border-color css
<style>
span { border-color: #BB1BFD; }
span { border-color: rgb(187,27,253); }
td.TdClassName
{
border-color: #BB1BFD;
}
.TagClassName
{
border-color: #BB1BFD;
}
</style>