Shades of Wisteria #BD8DF3
Tints of Wisteria #BD8DF3
RGB
CMYK
RGB Variations
Color information
#BD8DF3 (or 0xBD8DF3) is known color: Wisteria. HEX triplet: BD, 8D and F3. RGB value is (189,141,243). Sum of RGB (Red+Green+Blue) = 189+141+243=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD8DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DF3 is #42720C. Grayscale: #A6A6A6. Windows color (decimal): -4354573 or 15961533. OLE color: 15961533.
HSL color Cylindrical-coordinate representation of color #BD8DF3: hue angle of 268.24º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8DF3 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 141 | 243 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.05 |
| HSL | 268.24º | 0.81% | 0.75% | - |
| HSV(B) | 268.24º | 0.42% | 0.95% | - |
| XYZ | 46.69 | 36.34 | 89.35 | - |
| YUV | 166.98 | 170.9 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 243 | 0.22 | 0.42 | 0 | 0.05 | 268.24 | 0.81 | 0.75 |
| Hex | BD | 8D | F3 | 16 | 2A | 0 | 5 | 10C | 51 | 4B |
| Octal | 275 | 215 | 363 | 26 | 52 | 0 | 5 | 414 | 121 | 113 |
| Binary | 10111101 | 10001101 | 11110011 | 10110 | 101010 | 0 | 101 | 100001100 | 1010001 | 1001011 |
Color Harmonies of #BD8DF3
Complementary color
Monochromatic Colors of #BD8DF3
Black with #BD8DF3
Text Example
Text Example
White with #BD8DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DF3; }
p { color: rgb(189,141,243); }
H1.HeaderClassName
{
color: #BD8DF3;
}
.AnyTagClassName
{
color: #BD8DF3;
}
</style>
background-color css
<style>
a { background-color: #BD8DF3; }
a { background-color: rgb(189,141,243); }
div.DivClassName
{
background-color: #BD8DF3;
}
.BgClassName
{
background-color: #BD8DF3;
}
</style>
border-color css
<style>
span { border-color: #BD8DF3; }
span { border-color: rgb(189,141,243); }
td.TdClassName
{
border-color: #BD8DF3;
}
.TagClassName
{
border-color: #BD8DF3;
}
</style>