Shades of Wisteria #BD8FE3
Tints of Wisteria #BD8FE3
RGB
CMYK
RGB Variations
Color information
#BD8FE3 (or 0xBD8FE3) is known color: Wisteria. HEX triplet: BD, 8F and E3. RGB value is (189,143,227). Sum of RGB (Red+Green+Blue) = 189+143+227=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD8FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FE3 is #42701C. Grayscale: #A6A6A6. Windows color (decimal): -4354077 or 14913469. OLE color: 14913469.
HSL color Cylindrical-coordinate representation of color #BD8FE3: hue angle of 272.86º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8FE3 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 143 | 227 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.11 |
| HSL | 272.86º | 0.6% | 0.73% | - |
| HSV(B) | 272.86º | 0.37% | 0.89% | - |
| XYZ | 44.67 | 36.01 | 77.27 | - |
| YUV | 166.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 227 | 0.17 | 0.37 | 0 | 0.11 | 272.86 | 0.6 | 0.73 |
| Hex | BD | 8F | E3 | 11 | 25 | 0 | B | 111 | 3C | 49 |
| Octal | 275 | 217 | 343 | 21 | 45 | 0 | 13 | 421 | 74 | 111 |
| Binary | 10111101 | 10001111 | 11100011 | 10001 | 100101 | 0 | 1011 | 100010001 | 111100 | 1001001 |
Color Harmonies of #BD8FE3
Complementary color
Monochromatic Colors of #BD8FE3
Black with #BD8FE3
Text Example
Text Example
White with #BD8FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FE3; }
p { color: rgb(189,143,227); }
H1.HeaderClassName
{
color: #BD8FE3;
}
.AnyTagClassName
{
color: #BD8FE3;
}
</style>
background-color css
<style>
a { background-color: #BD8FE3; }
a { background-color: rgb(189,143,227); }
div.DivClassName
{
background-color: #BD8FE3;
}
.BgClassName
{
background-color: #BD8FE3;
}
</style>
border-color css
<style>
span { border-color: #BD8FE3; }
span { border-color: rgb(189,143,227); }
td.TdClassName
{
border-color: #BD8FE3;
}
.TagClassName
{
border-color: #BD8FE3;
}
</style>