Shades of Electric Purple #BB2CFF
Tints of Electric Purple #BB2CFF
RGB
CMYK
RGB Variations
Color information
#BB2CFF (or 0xBB2CFF) is known color: Electric Purple. HEX triplet: BB, 2C and FF. RGB value is (187,44,255). Sum of RGB (Red+Green+Blue) = 187+44+255=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB2CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2CFF is #44D300. Grayscale: #6E6E6E. Windows color (decimal): -4510465 or 16723131. OLE color: 16723131.
HSL color Cylindrical-coordinate representation of color #BB2CFF: hue angle of 280.66º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2CFF is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 44 | 255 | - |
| CMYK | 0.27 | 0.83 | 0 | 0 |
| HSL | 280.66º | 1% | 0.59% | - |
| HSV(B) | 280.66º | 0.83% | 1% | - |
| XYZ | 39.44 | 19.59 | 96.31 | - |
| YUV | 110.81 | 209.38 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 255 | 0.27 | 0.83 | 0 | 0 | 280.66 | 1 | 0.59 |
| Hex | BB | 2C | FF | 1B | 53 | 0 | 0 | 119 | 64 | 3B |
| Octal | 273 | 54 | 377 | 33 | 123 | 0 | 0 | 431 | 144 | 73 |
| Binary | 10111011 | 101100 | 11111111 | 11011 | 1010011 | 0 | 0 | 100011001 | 1100100 | 111011 |
Color Harmonies of #BB2CFF
Complementary color
Monochromatic Colors of #BB2CFF
Black with #BB2CFF
Text Example
Text Example
White with #BB2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2CFF; }
p { color: rgb(187,44,255); }
H1.HeaderClassName
{
color: #BB2CFF;
}
.AnyTagClassName
{
color: #BB2CFF;
}
</style>
background-color css
<style>
a { background-color: #BB2CFF; }
a { background-color: rgb(187,44,255); }
div.DivClassName
{
background-color: #BB2CFF;
}
.BgClassName
{
background-color: #BB2CFF;
}
</style>
border-color css
<style>
span { border-color: #BB2CFF; }
span { border-color: rgb(187,44,255); }
td.TdClassName
{
border-color: #BB2CFF;
}
.TagClassName
{
border-color: #BB2CFF;
}
</style>