Shades of Electric Purple #BB33FB
Tints of Electric Purple #BB33FB
RGB
CMYK
RGB Variations
Color information
#BB33FB (or 0xBB33FB) is known color: Electric Purple. HEX triplet: BB, 33 and FB. RGB value is (187,51,251). Sum of RGB (Red+Green+Blue) = 187+51+251=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 51 (20.31% from 255 or 10.43% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB33FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33FB is #44CC04. Grayscale: #717171. Windows color (decimal): -4508677 or 16462779. OLE color: 16462779.
HSL color Cylindrical-coordinate representation of color #BB33FB: hue angle of 280.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB33FB is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 51 | 251 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.02 |
| HSL | 280.8º | 0.96% | 0.59% | - |
| HSV(B) | 280.8º | 0.8% | 0.98% | - |
| XYZ | 39.09 | 19.9 | 93.05 | - |
| YUV | 114.46 | 205.06 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 251 | 0.25 | 0.80 | 0 | 0.02 | 280.8 | 0.96 | 0.59 |
| Hex | BB | 33 | FB | 19 | 50 | 0 | 2 | 119 | 60 | 3B |
| Octal | 273 | 63 | 373 | 31 | 120 | 0 | 2 | 431 | 140 | 73 |
| Binary | 10111011 | 110011 | 11111011 | 11001 | 1010000 | 0 | 10 | 100011001 | 1100000 | 111011 |
Color Harmonies of #BB33FB
Complementary color
Monochromatic Colors of #BB33FB
Black with #BB33FB
Text Example
Text Example
White with #BB33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB33FB; }
p { color: rgb(187,51,251); }
H1.HeaderClassName
{
color: #BB33FB;
}
.AnyTagClassName
{
color: #BB33FB;
}
</style>
background-color css
<style>
a { background-color: #BB33FB; }
a { background-color: rgb(187,51,251); }
div.DivClassName
{
background-color: #BB33FB;
}
.BgClassName
{
background-color: #BB33FB;
}
</style>
border-color css
<style>
span { border-color: #BB33FB; }
span { border-color: rgb(187,51,251); }
td.TdClassName
{
border-color: #BB33FB;
}
.TagClassName
{
border-color: #BB33FB;
}
</style>