Shades of Electric Purple #BB28FD
Tints of Electric Purple #BB28FD
RGB
CMYK
RGB Variations
Color information
#BB28FD (or 0xBB28FD) is known color: Electric Purple. HEX triplet: BB, 28 and FD. RGB value is (187,40,253). Sum of RGB (Red+Green+Blue) = 187+40+253=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB28FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28FD is #44D702. Grayscale: #6B6B6B. Windows color (decimal): -4511491 or 16591035. OLE color: 16591035.
HSL color Cylindrical-coordinate representation of color #BB28FD: hue angle of 281.41º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB28FD is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 40 | 253 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.01 |
| HSL | 281.41º | 0.98% | 0.57% | - |
| HSV(B) | 281.41º | 0.84% | 0.99% | - |
| XYZ | 38.98 | 19.17 | 94.57 | - |
| YUV | 108.24 | 209.7 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 253 | 0.26 | 0.84 | 0 | 0.01 | 281.41 | 0.98 | 0.57 |
| Hex | BB | 28 | FD | 1A | 54 | 0 | 1 | 119 | 62 | 39 |
| Octal | 273 | 50 | 375 | 32 | 124 | 0 | 1 | 431 | 142 | 71 |
| Binary | 10111011 | 101000 | 11111101 | 11010 | 1010100 | 0 | 1 | 100011001 | 1100010 | 111001 |
Color Harmonies of #BB28FD
Complementary color
Monochromatic Colors of #BB28FD
Black with #BB28FD
Text Example
Text Example
White with #BB28FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB28FD; }
p { color: rgb(187,40,253); }
H1.HeaderClassName
{
color: #BB28FD;
}
.AnyTagClassName
{
color: #BB28FD;
}
</style>
background-color css
<style>
a { background-color: #BB28FD; }
a { background-color: rgb(187,40,253); }
div.DivClassName
{
background-color: #BB28FD;
}
.BgClassName
{
background-color: #BB28FD;
}
</style>
border-color css
<style>
span { border-color: #BB28FD; }
span { border-color: rgb(187,40,253); }
td.TdClassName
{
border-color: #BB28FD;
}
.TagClassName
{
border-color: #BB28FD;
}
</style>