Shades of Wisteria #BC9BD1
Tints of Wisteria #BC9BD1
RGB
CMYK
RGB Variations
Color information
#BC9BD1 (or 0xBC9BD1) is known color: Wisteria. HEX triplet: BC, 9B and D1. RGB value is (188,155,209). Sum of RGB (Red+Green+Blue) = 188+155+209=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC9BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BD1 is #43642E. Grayscale: #AAAAAA. Windows color (decimal): -4416559 or 13736892. OLE color: 13736892.
HSL color Cylindrical-coordinate representation of color #BC9BD1: hue angle of 276.67º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC9BD1 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 155 | 209 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.18 |
| HSL | 276.67º | 0.37% | 0.71% | - |
| HSV(B) | 276.67º | 0.26% | 0.82% | - |
| XYZ | 43.97 | 38.74 | 65.48 | - |
| YUV | 171.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 209 | 0.10 | 0.26 | 0 | 0.18 | 276.67 | 0.37 | 0.71 |
| Hex | BC | 9B | D1 | A | 1A | 0 | 12 | 115 | 25 | 47 |
| Octal | 274 | 233 | 321 | 12 | 32 | 0 | 22 | 425 | 45 | 107 |
| Binary | 10111100 | 10011011 | 11010001 | 1010 | 11010 | 0 | 10010 | 100010101 | 100101 | 1000111 |
Color Harmonies of #BC9BD1
Complementary color
Monochromatic Colors of #BC9BD1
Black with #BC9BD1
Text Example
Text Example
White with #BC9BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BD1; }
p { color: rgb(188,155,209); }
H1.HeaderClassName
{
color: #BC9BD1;
}
.AnyTagClassName
{
color: #BC9BD1;
}
</style>
background-color css
<style>
a { background-color: #BC9BD1; }
a { background-color: rgb(188,155,209); }
div.DivClassName
{
background-color: #BC9BD1;
}
.BgClassName
{
background-color: #BC9BD1;
}
</style>
border-color css
<style>
span { border-color: #BC9BD1; }
span { border-color: rgb(188,155,209); }
td.TdClassName
{
border-color: #BC9BD1;
}
.TagClassName
{
border-color: #BC9BD1;
}
</style>