Shades of Wisteria #BC89FD
Tints of Wisteria #BC89FD
RGB
CMYK
RGB Variations
Color information
#BC89FD (or 0xBC89FD) is known color: Wisteria. HEX triplet: BC, 89 and FD. RGB value is (188,137,253). Sum of RGB (Red+Green+Blue) = 188+137+253=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89FD is #437602. Grayscale: #A5A5A5. Windows color (decimal): -4421123 or 16615868. OLE color: 16615868.
HSL color Cylindrical-coordinate representation of color #BC89FD: hue angle of 266.38º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC89FD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 137 | 253 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.01 |
| HSL | 266.38º | 0.97% | 0.76% | - |
| HSV(B) | 266.38º | 0.46% | 0.99% | - |
| XYZ | 47.41 | 35.67 | 97.32 | - |
| YUV | 165.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 253 | 0.26 | 0.46 | 0 | 0.01 | 266.38 | 0.97 | 0.76 |
| Hex | BC | 89 | FD | 1A | 2E | 0 | 1 | 10A | 61 | 4C |
| Octal | 274 | 211 | 375 | 32 | 56 | 0 | 1 | 412 | 141 | 114 |
| Binary | 10111100 | 10001001 | 11111101 | 11010 | 101110 | 0 | 1 | 100001010 | 1100001 | 1001100 |
Color Harmonies of #BC89FD
Complementary color
Monochromatic Colors of #BC89FD
Black with #BC89FD
Text Example
Text Example
White with #BC89FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89FD; }
p { color: rgb(188,137,253); }
H1.HeaderClassName
{
color: #BC89FD;
}
.AnyTagClassName
{
color: #BC89FD;
}
</style>
background-color css
<style>
a { background-color: #BC89FD; }
a { background-color: rgb(188,137,253); }
div.DivClassName
{
background-color: #BC89FD;
}
.BgClassName
{
background-color: #BC89FD;
}
</style>
border-color css
<style>
span { border-color: #BC89FD; }
span { border-color: rgb(188,137,253); }
td.TdClassName
{
border-color: #BC89FD;
}
.TagClassName
{
border-color: #BC89FD;
}
</style>