Shades of Wisteria #BD8BE5
Tints of Wisteria #BD8BE5
RGB
CMYK
RGB Variations
Color information
#BD8BE5 (or 0xBD8BE5) is known color: Wisteria. HEX triplet: BD, 8B and E5. RGB value is (189,139,229). Sum of RGB (Red+Green+Blue) = 189+139+229=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BE5 is #42741A. Grayscale: #A3A3A3. Windows color (decimal): -4355099 or 15043517. OLE color: 15043517.
HSL color Cylindrical-coordinate representation of color #BD8BE5: hue angle of 273.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8BE5 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 139 | 229 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.10 |
| HSL | 273.33º | 0.63% | 0.72% | - |
| HSV(B) | 273.33º | 0.39% | 0.9% | - |
| XYZ | 44.36 | 34.94 | 78.53 | - |
| YUV | 164.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 229 | 0.17 | 0.39 | 0 | 0.10 | 273.33 | 0.63 | 0.72 |
| Hex | BD | 8B | E5 | 11 | 27 | 0 | A | 111 | 3F | 48 |
| Octal | 275 | 213 | 345 | 21 | 47 | 0 | 12 | 421 | 77 | 110 |
| Binary | 10111101 | 10001011 | 11100101 | 10001 | 100111 | 0 | 1010 | 100010001 | 111111 | 1001000 |
Color Harmonies of #BD8BE5
Complementary color
Monochromatic Colors of #BD8BE5
Black with #BD8BE5
Text Example
Text Example
White with #BD8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BE5; }
p { color: rgb(189,139,229); }
H1.HeaderClassName
{
color: #BD8BE5;
}
.AnyTagClassName
{
color: #BD8BE5;
}
</style>
background-color css
<style>
a { background-color: #BD8BE5; }
a { background-color: rgb(189,139,229); }
div.DivClassName
{
background-color: #BD8BE5;
}
.BgClassName
{
background-color: #BD8BE5;
}
</style>
border-color css
<style>
span { border-color: #BD8BE5; }
span { border-color: rgb(189,139,229); }
td.TdClassName
{
border-color: #BD8BE5;
}
.TagClassName
{
border-color: #BD8BE5;
}
</style>