Shades of Electric Purple #BB10FB
Tints of Electric Purple #BB10FB
RGB
CMYK
RGB Variations
Color information
#BB10FB (or 0xBB10FB) is known color: Electric Purple. HEX triplet: BB, 10 and FB. RGB value is (187,16,251). Sum of RGB (Red+Green+Blue) = 187+16+251=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB10FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10FB is #44EF04. Grayscale: #5D5D5D. Windows color (decimal): -4517637 or 16453819. OLE color: 16453819.
HSL color Cylindrical-coordinate representation of color #BB10FB: hue angle of 283.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB10FB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 16 | 251 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.02 |
| HSL | 283.66º | 0.97% | 0.52% | - |
| HSV(B) | 283.66º | 0.94% | 0.98% | - |
| XYZ | 38.09 | 17.9 | 92.71 | - |
| YUV | 93.92 | 216.65 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 251 | 0.25 | 0.94 | 0 | 0.02 | 283.66 | 0.97 | 0.52 |
| Hex | BB | 10 | FB | 19 | 5E | 0 | 2 | 11C | 61 | 34 |
| Octal | 273 | 20 | 373 | 31 | 136 | 0 | 2 | 434 | 141 | 64 |
| Binary | 10111011 | 10000 | 11111011 | 11001 | 1011110 | 0 | 10 | 100011100 | 1100001 | 110100 |
Color Harmonies of #BB10FB
Complementary color
Monochromatic Colors of #BB10FB
Black with #BB10FB
Text Example
Text Example
White with #BB10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB10FB; }
p { color: rgb(187,16,251); }
H1.HeaderClassName
{
color: #BB10FB;
}
.AnyTagClassName
{
color: #BB10FB;
}
</style>
background-color css
<style>
a { background-color: #BB10FB; }
a { background-color: rgb(187,16,251); }
div.DivClassName
{
background-color: #BB10FB;
}
.BgClassName
{
background-color: #BB10FB;
}
</style>
border-color css
<style>
span { border-color: #BB10FB; }
span { border-color: rgb(187,16,251); }
td.TdClassName
{
border-color: #BB10FB;
}
.TagClassName
{
border-color: #BB10FB;
}
</style>