Shades of Wisteria #BD8BEC
Tints of Wisteria #BD8BEC
RGB
CMYK
RGB Variations
Color information
#BD8BEC (or 0xBD8BEC) is known color: Wisteria. HEX triplet: BD, 8B and EC. RGB value is (189,139,236). Sum of RGB (Red+Green+Blue) = 189+139+236=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8BEC is #427413. Grayscale: #A4A4A4. Windows color (decimal): -4355092 or 15502269. OLE color: 15502269.
HSL color Cylindrical-coordinate representation of color #BD8BEC: hue angle of 270.93º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8BEC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 139 | 236 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.07 |
| HSL | 270.93º | 0.72% | 0.74% | - |
| HSV(B) | 270.93º | 0.41% | 0.93% | - |
| XYZ | 45.36 | 35.34 | 83.79 | - |
| YUV | 165.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 236 | 0.20 | 0.41 | 0 | 0.07 | 270.93 | 0.72 | 0.74 |
| Hex | BD | 8B | EC | 14 | 29 | 0 | 7 | 10F | 48 | 4A |
| Octal | 275 | 213 | 354 | 24 | 51 | 0 | 7 | 417 | 110 | 112 |
| Binary | 10111101 | 10001011 | 11101100 | 10100 | 101001 | 0 | 111 | 100001111 | 1001000 | 1001010 |
Color Harmonies of #BD8BEC
Complementary color
Monochromatic Colors of #BD8BEC
Black with #BD8BEC
Text Example
Text Example
White with #BD8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BEC; }
p { color: rgb(189,139,236); }
H1.HeaderClassName
{
color: #BD8BEC;
}
.AnyTagClassName
{
color: #BD8BEC;
}
</style>
background-color css
<style>
a { background-color: #BD8BEC; }
a { background-color: rgb(189,139,236); }
div.DivClassName
{
background-color: #BD8BEC;
}
.BgClassName
{
background-color: #BD8BEC;
}
</style>
border-color css
<style>
span { border-color: #BD8BEC; }
span { border-color: rgb(189,139,236); }
td.TdClassName
{
border-color: #BD8BEC;
}
.TagClassName
{
border-color: #BD8BEC;
}
</style>