Shades of Electric Purple #BB32FD
Tints of Electric Purple #BB32FD
RGB
CMYK
RGB Variations
Color information
#BB32FD (or 0xBB32FD) is known color: Electric Purple. HEX triplet: BB, 32 and FD. RGB value is (187,50,253). Sum of RGB (Red+Green+Blue) = 187+50+253=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32FD is #44CD02. Grayscale: #717171. Windows color (decimal): -4508931 or 16593595. OLE color: 16593595.
HSL color Cylindrical-coordinate representation of color #BB32FD: hue angle of 280.49º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB32FD is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 50 | 253 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.01 |
| HSL | 280.49º | 0.98% | 0.59% | - |
| HSV(B) | 280.49º | 0.8% | 0.99% | - |
| XYZ | 39.36 | 19.94 | 94.7 | - |
| YUV | 114.11 | 206.39 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 253 | 0.26 | 0.80 | 0 | 0.01 | 280.49 | 0.98 | 0.59 |
| Hex | BB | 32 | FD | 1A | 50 | 0 | 1 | 118 | 62 | 3B |
| Octal | 273 | 62 | 375 | 32 | 120 | 0 | 1 | 430 | 142 | 73 |
| Binary | 10111011 | 110010 | 11111101 | 11010 | 1010000 | 0 | 1 | 100011000 | 1100010 | 111011 |
Color Harmonies of #BB32FD
Complementary color
Monochromatic Colors of #BB32FD
Black with #BB32FD
Text Example
Text Example
White with #BB32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32FD; }
p { color: rgb(187,50,253); }
H1.HeaderClassName
{
color: #BB32FD;
}
.AnyTagClassName
{
color: #BB32FD;
}
</style>
background-color css
<style>
a { background-color: #BB32FD; }
a { background-color: rgb(187,50,253); }
div.DivClassName
{
background-color: #BB32FD;
}
.BgClassName
{
background-color: #BB32FD;
}
</style>
border-color css
<style>
span { border-color: #BB32FD; }
span { border-color: rgb(187,50,253); }
td.TdClassName
{
border-color: #BB32FD;
}
.TagClassName
{
border-color: #BB32FD;
}
</style>