Shades of Wisteria #BC89FE
Tints of Wisteria #BC89FE
RGB
CMYK
RGB Variations
Color information
#BC89FE (or 0xBC89FE) is known color: Wisteria. HEX triplet: BC, 89 and FE. RGB value is (188,137,254). Sum of RGB (Red+Green+Blue) = 188+137+254=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC89FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89FE is #437601. Grayscale: #A5A5A5. Windows color (decimal): -4421122 or 16681404. OLE color: 16681404.
HSL color Cylindrical-coordinate representation of color #BC89FE: hue angle of 266.15º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC89FE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 137 | 254 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.00 |
| HSL | 266.15º | 0.98% | 0.77% | - |
| HSV(B) | 266.15º | 0.46% | 1% | - |
| XYZ | 47.57 | 35.74 | 98.16 | - |
| YUV | 165.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 254 | 0.26 | 0.46 | 0 | 0.00 | 266.15 | 0.98 | 0.77 |
| Hex | BC | 89 | FE | 1A | 2E | 0 | 0 | 10A | 62 | 4D |
| Octal | 274 | 211 | 376 | 32 | 56 | 0 | 0 | 412 | 142 | 115 |
| Binary | 10111100 | 10001001 | 11111110 | 11010 | 101110 | 0 | 0 | 100001010 | 1100010 | 1001101 |
Color Harmonies of #BC89FE
Complementary color
Monochromatic Colors of #BC89FE
Black with #BC89FE
Text Example
Text Example
White with #BC89FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89FE; }
p { color: rgb(188,137,254); }
H1.HeaderClassName
{
color: #BC89FE;
}
.AnyTagClassName
{
color: #BC89FE;
}
</style>
background-color css
<style>
a { background-color: #BC89FE; }
a { background-color: rgb(188,137,254); }
div.DivClassName
{
background-color: #BC89FE;
}
.BgClassName
{
background-color: #BC89FE;
}
</style>
border-color css
<style>
span { border-color: #BC89FE; }
span { border-color: rgb(188,137,254); }
td.TdClassName
{
border-color: #BC89FE;
}
.TagClassName
{
border-color: #BC89FE;
}
</style>