Shades of Wisteria #BC89F5
Tints of Wisteria #BC89F5
RGB
CMYK
RGB Variations
Color information
#BC89F5 (or 0xBC89F5) is known color: Wisteria. HEX triplet: BC, 89 and F5. RGB value is (188,137,245). Sum of RGB (Red+Green+Blue) = 188+137+245=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC89F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89F5 is #43760A. Grayscale: #A4A4A4. Windows color (decimal): -4421131 or 16091580. OLE color: 16091580.
HSL color Cylindrical-coordinate representation of color #BC89F5: hue angle of 268.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC89F5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 137 | 245 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.04 |
| HSL | 268.33º | 0.84% | 0.75% | - |
| HSV(B) | 268.33º | 0.44% | 0.96% | - |
| XYZ | 46.17 | 35.18 | 90.74 | - |
| YUV | 164.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 245 | 0.23 | 0.44 | 0 | 0.04 | 268.33 | 0.84 | 0.75 |
| Hex | BC | 89 | F5 | 17 | 2C | 0 | 4 | 10C | 54 | 4B |
| Octal | 274 | 211 | 365 | 27 | 54 | 0 | 4 | 414 | 124 | 113 |
| Binary | 10111100 | 10001001 | 11110101 | 10111 | 101100 | 0 | 100 | 100001100 | 1010100 | 1001011 |
Color Harmonies of #BC89F5
Complementary color
Monochromatic Colors of #BC89F5
Black with #BC89F5
Text Example
Text Example
White with #BC89F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89F5; }
p { color: rgb(188,137,245); }
H1.HeaderClassName
{
color: #BC89F5;
}
.AnyTagClassName
{
color: #BC89F5;
}
</style>
background-color css
<style>
a { background-color: #BC89F5; }
a { background-color: rgb(188,137,245); }
div.DivClassName
{
background-color: #BC89F5;
}
.BgClassName
{
background-color: #BC89F5;
}
</style>
border-color css
<style>
span { border-color: #BC89F5; }
span { border-color: rgb(188,137,245); }
td.TdClassName
{
border-color: #BC89F5;
}
.TagClassName
{
border-color: #BC89F5;
}
</style>