Shades of Electric Purple #BB31FF
Tints of Electric Purple #BB31FF
RGB
CMYK
RGB Variations
Color information
#BB31FF (or 0xBB31FF) is known color: Electric Purple. HEX triplet: BB, 31 and FF. RGB value is (187,49,255). Sum of RGB (Red+Green+Blue) = 187+49+255=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB31FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31FF is #44CE00. Grayscale: #717171. Windows color (decimal): -4509185 or 16724411. OLE color: 16724411.
HSL color Cylindrical-coordinate representation of color #BB31FF: hue angle of 280.19º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB31FF is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 49 | 255 | - |
| CMYK | 0.27 | 0.81 | 0 | 0 |
| HSL | 280.19º | 1% | 0.6% | - |
| HSV(B) | 280.19º | 0.81% | 1% | - |
| XYZ | 39.64 | 19.98 | 96.38 | - |
| YUV | 113.75 | 207.72 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 255 | 0.27 | 0.81 | 0 | 0 | 280.19 | 1 | 0.6 |
| Hex | BB | 31 | FF | 1B | 51 | 0 | 0 | 118 | 64 | 3C |
| Octal | 273 | 61 | 377 | 33 | 121 | 0 | 0 | 430 | 144 | 74 |
| Binary | 10111011 | 110001 | 11111111 | 11011 | 1010001 | 0 | 0 | 100011000 | 1100100 | 111100 |
Color Harmonies of #BB31FF
Complementary color
Monochromatic Colors of #BB31FF
Black with #BB31FF
Text Example
Text Example
White with #BB31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31FF; }
p { color: rgb(187,49,255); }
H1.HeaderClassName
{
color: #BB31FF;
}
.AnyTagClassName
{
color: #BB31FF;
}
</style>
background-color css
<style>
a { background-color: #BB31FF; }
a { background-color: rgb(187,49,255); }
div.DivClassName
{
background-color: #BB31FF;
}
.BgClassName
{
background-color: #BB31FF;
}
</style>
border-color css
<style>
span { border-color: #BB31FF; }
span { border-color: rgb(187,49,255); }
td.TdClassName
{
border-color: #BB31FF;
}
.TagClassName
{
border-color: #BB31FF;
}
</style>