Shades of Electric Purple #BB23FF
Tints of Electric Purple #BB23FF
RGB
CMYK
RGB Variations
Color information
#BB23FF (or 0xBB23FF) is known color: Electric Purple. HEX triplet: BB, 23 and FF. RGB value is (187,35,255). Sum of RGB (Red+Green+Blue) = 187+35+255=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 35 (14.06% from 255 or 7.34% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB23FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB23FF is #44DC00. Grayscale: #686868. Windows color (decimal): -4512769 or 16720827. OLE color: 16720827.
HSL color Cylindrical-coordinate representation of color #BB23FF: hue angle of 281.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB23FF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 35 | 255 | - |
| CMYK | 0.27 | 0.86 | 0 | 0 |
| HSL | 281.45º | 1% | 0.57% | - |
| HSV(B) | 281.45º | 0.86% | 1% | - |
| XYZ | 39.14 | 18.99 | 96.21 | - |
| YUV | 105.53 | 212.36 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 255 | 0.27 | 0.86 | 0 | 0 | 281.45 | 1 | 0.57 |
| Hex | BB | 23 | FF | 1B | 56 | 0 | 0 | 119 | 64 | 39 |
| Octal | 273 | 43 | 377 | 33 | 126 | 0 | 0 | 431 | 144 | 71 |
| Binary | 10111011 | 100011 | 11111111 | 11011 | 1010110 | 0 | 0 | 100011001 | 1100100 | 111001 |
Color Harmonies of #BB23FF
Complementary color
Monochromatic Colors of #BB23FF
Black with #BB23FF
Text Example
Text Example
White with #BB23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23FF; }
p { color: rgb(187,35,255); }
H1.HeaderClassName
{
color: #BB23FF;
}
.AnyTagClassName
{
color: #BB23FF;
}
</style>
background-color css
<style>
a { background-color: #BB23FF; }
a { background-color: rgb(187,35,255); }
div.DivClassName
{
background-color: #BB23FF;
}
.BgClassName
{
background-color: #BB23FF;
}
</style>
border-color css
<style>
span { border-color: #BB23FF; }
span { border-color: rgb(187,35,255); }
td.TdClassName
{
border-color: #BB23FF;
}
.TagClassName
{
border-color: #BB23FF;
}
</style>