Shades of Wisteria #BD8CDF
Tints of Wisteria #BD8CDF
RGB
CMYK
RGB Variations
Color information
#BD8CDF (or 0xBD8CDF) is known color: Wisteria. HEX triplet: BD, 8C and DF. RGB value is (189,140,223). Sum of RGB (Red+Green+Blue) = 189+140+223=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CDF is #427320. Grayscale: #A3A3A3. Windows color (decimal): -4354849 or 14650557. OLE color: 14650557.
HSL color Cylindrical-coordinate representation of color #BD8CDF: hue angle of 275.42º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8CDF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 140 | 223 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.13 |
| HSL | 275.42º | 0.56% | 0.71% | - |
| HSV(B) | 275.42º | 0.37% | 0.87% | - |
| XYZ | 43.68 | 34.9 | 74.25 | - |
| YUV | 164.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 223 | 0.15 | 0.37 | 0 | 0.13 | 275.42 | 0.56 | 0.71 |
| Hex | BD | 8C | DF | F | 25 | 0 | D | 113 | 38 | 47 |
| Octal | 275 | 214 | 337 | 17 | 45 | 0 | 15 | 423 | 70 | 107 |
| Binary | 10111101 | 10001100 | 11011111 | 1111 | 100101 | 0 | 1101 | 100010011 | 111000 | 1000111 |
Color Harmonies of #BD8CDF
Complementary color
Monochromatic Colors of #BD8CDF
Black with #BD8CDF
Text Example
Text Example
White with #BD8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CDF; }
p { color: rgb(189,140,223); }
H1.HeaderClassName
{
color: #BD8CDF;
}
.AnyTagClassName
{
color: #BD8CDF;
}
</style>
background-color css
<style>
a { background-color: #BD8CDF; }
a { background-color: rgb(189,140,223); }
div.DivClassName
{
background-color: #BD8CDF;
}
.BgClassName
{
background-color: #BD8CDF;
}
</style>
border-color css
<style>
span { border-color: #BD8CDF; }
span { border-color: rgb(189,140,223); }
td.TdClassName
{
border-color: #BD8CDF;
}
.TagClassName
{
border-color: #BD8CDF;
}
</style>