Shades of Wisteria #BD89FF
Tints of Wisteria #BD89FF
RGB
CMYK
RGB Variations
Color information
#BD89FF (or 0xBD89FF) is known color: Wisteria. HEX triplet: BD, 89 and FF. RGB value is (189,137,255). Sum of RGB (Red+Green+Blue) = 189+137+255=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89FF is #427600. Grayscale: #A5A5A5. Windows color (decimal): -4355585 or 16746941. OLE color: 16746941.
HSL color Cylindrical-coordinate representation of color #BD89FF: hue angle of 266.44º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD89FF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 137 | 255 | - |
| CMYK | 0.26 | 0.46 | 0 | 0 |
| HSL | 266.44º | 1% | 0.77% | - |
| HSV(B) | 266.44º | 0.46% | 1% | - |
| XYZ | 47.98 | 35.93 | 99.01 | - |
| YUV | 166 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 255 | 0.26 | 0.46 | 0 | 0 | 266.44 | 1 | 0.77 |
| Hex | BD | 89 | FF | 1A | 2E | 0 | 0 | 10A | 64 | 4D |
| Octal | 275 | 211 | 377 | 32 | 56 | 0 | 0 | 412 | 144 | 115 |
| Binary | 10111101 | 10001001 | 11111111 | 11010 | 101110 | 0 | 0 | 100001010 | 1100100 | 1001101 |
Color Harmonies of #BD89FF
Complementary color
Monochromatic Colors of #BD89FF
Black with #BD89FF
Text Example
Text Example
White with #BD89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89FF; }
p { color: rgb(189,137,255); }
H1.HeaderClassName
{
color: #BD89FF;
}
.AnyTagClassName
{
color: #BD89FF;
}
</style>
background-color css
<style>
a { background-color: #BD89FF; }
a { background-color: rgb(189,137,255); }
div.DivClassName
{
background-color: #BD89FF;
}
.BgClassName
{
background-color: #BD89FF;
}
</style>
border-color css
<style>
span { border-color: #BD89FF; }
span { border-color: rgb(189,137,255); }
td.TdClassName
{
border-color: #BD89FF;
}
.TagClassName
{
border-color: #BD89FF;
}
</style>