Shades of Electric Purple #BB23F0
Tints of Electric Purple #BB23F0
RGB
CMYK
RGB Variations
Color information
#BB23F0 (or 0xBB23F0) is known color: Electric Purple. HEX triplet: BB, 23 and F0. RGB value is (187,35,240). Sum of RGB (Red+Green+Blue) = 187+35+240=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB23F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23F0 is #44DC0F. Grayscale: #676767. Windows color (decimal): -4512784 or 15737787. OLE color: 15737787.
HSL color Cylindrical-coordinate representation of color #BB23F0: hue angle of 284.49º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB23F0 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 35 | 240 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.06 |
| HSL | 284.49º | 0.87% | 0.54% | - |
| HSV(B) | 284.49º | 0.85% | 0.94% | - |
| XYZ | 36.82 | 18.06 | 83.98 | - |
| YUV | 103.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 240 | 0.22 | 0.85 | 0 | 0.06 | 284.49 | 0.87 | 0.54 |
| Hex | BB | 23 | F0 | 16 | 55 | 0 | 6 | 11C | 57 | 36 |
| Octal | 273 | 43 | 360 | 26 | 125 | 0 | 6 | 434 | 127 | 66 |
| Binary | 10111011 | 100011 | 11110000 | 10110 | 1010101 | 0 | 110 | 100011100 | 1010111 | 110110 |
Color Harmonies of #BB23F0
Complementary color
Monochromatic Colors of #BB23F0
Black with #BB23F0
Text Example
Text Example
White with #BB23F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23F0; }
p { color: rgb(187,35,240); }
H1.HeaderClassName
{
color: #BB23F0;
}
.AnyTagClassName
{
color: #BB23F0;
}
</style>
background-color css
<style>
a { background-color: #BB23F0; }
a { background-color: rgb(187,35,240); }
div.DivClassName
{
background-color: #BB23F0;
}
.BgClassName
{
background-color: #BB23F0;
}
</style>
border-color css
<style>
span { border-color: #BB23F0; }
span { border-color: rgb(187,35,240); }
td.TdClassName
{
border-color: #BB23F0;
}
.TagClassName
{
border-color: #BB23F0;
}
</style>