Shades of Electric Purple #BB17FD
Tints of Electric Purple #BB17FD
RGB
CMYK
RGB Variations
Color information
#BB17FD (or 0xBB17FD) is known color: Electric Purple. HEX triplet: BB, 17 and FD. RGB value is (187,23,253). Sum of RGB (Red+Green+Blue) = 187+23+253=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB17FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17FD is #44E802. Grayscale: #616161. Windows color (decimal): -4515843 or 16586683. OLE color: 16586683.
HSL color Cylindrical-coordinate representation of color #BB17FD: hue angle of 282.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB17FD is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 23 | 253 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.01 |
| HSL | 282.78º | 0.98% | 0.54% | - |
| HSV(B) | 282.78º | 0.91% | 0.99% | - |
| XYZ | 38.53 | 18.27 | 94.42 | - |
| YUV | 98.26 | 215.33 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 253 | 0.26 | 0.91 | 0 | 0.01 | 282.78 | 0.98 | 0.54 |
| Hex | BB | 17 | FD | 1A | 5B | 0 | 1 | 11B | 62 | 36 |
| Octal | 273 | 27 | 375 | 32 | 133 | 0 | 1 | 433 | 142 | 66 |
| Binary | 10111011 | 10111 | 11111101 | 11010 | 1011011 | 0 | 1 | 100011011 | 1100010 | 110110 |
Color Harmonies of #BB17FD
Complementary color
Monochromatic Colors of #BB17FD
Black with #BB17FD
Text Example
Text Example
White with #BB17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17FD; }
p { color: rgb(187,23,253); }
H1.HeaderClassName
{
color: #BB17FD;
}
.AnyTagClassName
{
color: #BB17FD;
}
</style>
background-color css
<style>
a { background-color: #BB17FD; }
a { background-color: rgb(187,23,253); }
div.DivClassName
{
background-color: #BB17FD;
}
.BgClassName
{
background-color: #BB17FD;
}
</style>
border-color css
<style>
span { border-color: #BB17FD; }
span { border-color: rgb(187,23,253); }
td.TdClassName
{
border-color: #BB17FD;
}
.TagClassName
{
border-color: #BB17FD;
}
</style>