Shades of Electric Purple #BB23F4
Tints of Electric Purple #BB23F4
RGB
CMYK
RGB Variations
Color information
#BB23F4 (or 0xBB23F4) is known color: Electric Purple. HEX triplet: BB, 23 and F4. RGB value is (187,35,244). Sum of RGB (Red+Green+Blue) = 187+35+244=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB23F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23F4 is #44DC0B. Grayscale: #676767. Windows color (decimal): -4512780 or 15999931. OLE color: 15999931.
HSL color Cylindrical-coordinate representation of color #BB23F4: hue angle of 283.64º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB23F4 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 35 | 244 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.04 |
| HSL | 283.64º | 0.9% | 0.55% | - |
| HSV(B) | 283.64º | 0.86% | 0.96% | - |
| XYZ | 37.42 | 18.3 | 87.15 | - |
| YUV | 104.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 244 | 0.23 | 0.86 | 0 | 0.04 | 283.64 | 0.9 | 0.55 |
| Hex | BB | 23 | F4 | 17 | 56 | 0 | 4 | 11C | 5A | 37 |
| Octal | 273 | 43 | 364 | 27 | 126 | 0 | 4 | 434 | 132 | 67 |
| Binary | 10111011 | 100011 | 11110100 | 10111 | 1010110 | 0 | 100 | 100011100 | 1011010 | 110111 |
Color Harmonies of #BB23F4
Complementary color
Monochromatic Colors of #BB23F4
Black with #BB23F4
Text Example
Text Example
White with #BB23F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23F4; }
p { color: rgb(187,35,244); }
H1.HeaderClassName
{
color: #BB23F4;
}
.AnyTagClassName
{
color: #BB23F4;
}
</style>
background-color css
<style>
a { background-color: #BB23F4; }
a { background-color: rgb(187,35,244); }
div.DivClassName
{
background-color: #BB23F4;
}
.BgClassName
{
background-color: #BB23F4;
}
</style>
border-color css
<style>
span { border-color: #BB23F4; }
span { border-color: rgb(187,35,244); }
td.TdClassName
{
border-color: #BB23F4;
}
.TagClassName
{
border-color: #BB23F4;
}
</style>