Shades of Wisteria #BD8ADF
Tints of Wisteria #BD8ADF
RGB
CMYK
RGB Variations
Color information
#BD8ADF (or 0xBD8ADF) is known color: Wisteria. HEX triplet: BD, 8A and DF. RGB value is (189,138,223). Sum of RGB (Red+Green+Blue) = 189+138+223=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ADF is #427520. Grayscale: #A2A2A2. Windows color (decimal): -4355361 or 14650045. OLE color: 14650045.
HSL color Cylindrical-coordinate representation of color #BD8ADF: hue angle of 276º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8ADF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 138 | 223 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.13 |
| HSL | 276º | 0.57% | 0.71% | - |
| HSV(B) | 276º | 0.38% | 0.87% | - |
| XYZ | 43.39 | 34.32 | 74.15 | - |
| YUV | 162.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 223 | 0.15 | 0.38 | 0 | 0.13 | 276 | 0.57 | 0.71 |
| Hex | BD | 8A | DF | F | 26 | 0 | D | 114 | 39 | 47 |
| Octal | 275 | 212 | 337 | 17 | 46 | 0 | 15 | 424 | 71 | 107 |
| Binary | 10111101 | 10001010 | 11011111 | 1111 | 100110 | 0 | 1101 | 100010100 | 111001 | 1000111 |
Color Harmonies of #BD8ADF
Complementary color
Monochromatic Colors of #BD8ADF
Black with #BD8ADF
Text Example
Text Example
White with #BD8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8ADF; }
p { color: rgb(189,138,223); }
H1.HeaderClassName
{
color: #BD8ADF;
}
.AnyTagClassName
{
color: #BD8ADF;
}
</style>
background-color css
<style>
a { background-color: #BD8ADF; }
a { background-color: rgb(189,138,223); }
div.DivClassName
{
background-color: #BD8ADF;
}
.BgClassName
{
background-color: #BD8ADF;
}
</style>
border-color css
<style>
span { border-color: #BD8ADF; }
span { border-color: rgb(189,138,223); }
td.TdClassName
{
border-color: #BD8ADF;
}
.TagClassName
{
border-color: #BD8ADF;
}
</style>