Shades of Wisteria #BD8FDF
Tints of Wisteria #BD8FDF
RGB
CMYK
RGB Variations
Color information
#BD8FDF (or 0xBD8FDF) is known color: Wisteria. HEX triplet: BD, 8F and DF. RGB value is (189,143,223). Sum of RGB (Red+Green+Blue) = 189+143+223=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FDF is #427020. Grayscale: #A5A5A5. Windows color (decimal): -4354081 or 14651325. OLE color: 14651325.
HSL color Cylindrical-coordinate representation of color #BD8FDF: hue angle of 274.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8FDF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 143 | 223 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.13 |
| HSL | 274.5º | 0.56% | 0.72% | - |
| HSV(B) | 274.5º | 0.36% | 0.87% | - |
| XYZ | 44.13 | 35.79 | 74.39 | - |
| YUV | 165.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 223 | 0.15 | 0.36 | 0 | 0.13 | 274.5 | 0.56 | 0.72 |
| Hex | BD | 8F | DF | F | 24 | 0 | D | 112 | 38 | 48 |
| Octal | 275 | 217 | 337 | 17 | 44 | 0 | 15 | 422 | 70 | 110 |
| Binary | 10111101 | 10001111 | 11011111 | 1111 | 100100 | 0 | 1101 | 100010010 | 111000 | 1001000 |
Color Harmonies of #BD8FDF
Complementary color
Monochromatic Colors of #BD8FDF
Black with #BD8FDF
Text Example
Text Example
White with #BD8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FDF; }
p { color: rgb(189,143,223); }
H1.HeaderClassName
{
color: #BD8FDF;
}
.AnyTagClassName
{
color: #BD8FDF;
}
</style>
background-color css
<style>
a { background-color: #BD8FDF; }
a { background-color: rgb(189,143,223); }
div.DivClassName
{
background-color: #BD8FDF;
}
.BgClassName
{
background-color: #BD8FDF;
}
</style>
border-color css
<style>
span { border-color: #BD8FDF; }
span { border-color: rgb(189,143,223); }
td.TdClassName
{
border-color: #BD8FDF;
}
.TagClassName
{
border-color: #BD8FDF;
}
</style>