Shades of Electric Purple #BB18F5
Tints of Electric Purple #BB18F5
RGB
CMYK
RGB Variations
Color information
#BB18F5 (or 0xBB18F5) is known color: Electric Purple. HEX triplet: BB, 18 and F5. RGB value is (187,24,245). Sum of RGB (Red+Green+Blue) = 187+24+245=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 245 (96.09% from 255 or 53.73% from 456); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB18F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB18F5 is #44E70A. Grayscale: #616161. Windows color (decimal): -4515595 or 16062651. OLE color: 16062651.
HSL color Cylindrical-coordinate representation of color #BB18F5: hue angle of 284.25º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB18F5 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 24 | 245 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.04 |
| HSL | 284.25º | 0.92% | 0.53% | - |
| HSV(B) | 284.25º | 0.9% | 0.96% | - |
| XYZ | 37.3 | 17.81 | 87.86 | - |
| YUV | 97.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 245 | 0.24 | 0.90 | 0 | 0.04 | 284.25 | 0.92 | 0.53 |
| Hex | BB | 18 | F5 | 18 | 5A | 0 | 4 | 11C | 5C | 35 |
| Octal | 273 | 30 | 365 | 30 | 132 | 0 | 4 | 434 | 134 | 65 |
| Binary | 10111011 | 11000 | 11110101 | 11000 | 1011010 | 0 | 100 | 100011100 | 1011100 | 110101 |
Color Harmonies of #BB18F5
Complementary color
Monochromatic Colors of #BB18F5
Black with #BB18F5
Text Example
Text Example
White with #BB18F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB18F5; }
p { color: rgb(187,24,245); }
H1.HeaderClassName
{
color: #BB18F5;
}
.AnyTagClassName
{
color: #BB18F5;
}
</style>
background-color css
<style>
a { background-color: #BB18F5; }
a { background-color: rgb(187,24,245); }
div.DivClassName
{
background-color: #BB18F5;
}
.BgClassName
{
background-color: #BB18F5;
}
</style>
border-color css
<style>
span { border-color: #BB18F5; }
span { border-color: rgb(187,24,245); }
td.TdClassName
{
border-color: #BB18F5;
}
.TagClassName
{
border-color: #BB18F5;
}
</style>