Shades of Wisteria #BD7BDC
Tints of Wisteria #BD7BDC
RGB
CMYK
RGB Variations
Color information
#BD7BDC (or 0xBD7BDC) is known color: Wisteria. HEX triplet: BD, 7B and DC. RGB value is (189,123,220). Sum of RGB (Red+Green+Blue) = 189+123+220=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BDC is #428423. Grayscale: #999999. Windows color (decimal): -4359204 or 14449597. OLE color: 14449597.
HSL color Cylindrical-coordinate representation of color #BD7BDC: hue angle of 280.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7BDC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 123 | 220 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.14 |
| HSL | 280.82º | 0.58% | 0.67% | - |
| HSV(B) | 280.82º | 0.44% | 0.86% | - |
| XYZ | 40.99 | 30.15 | 71.37 | - |
| YUV | 153.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 220 | 0.14 | 0.44 | 0 | 0.14 | 280.82 | 0.58 | 0.67 |
| Hex | BD | 7B | DC | E | 2C | 0 | E | 119 | 3A | 43 |
| Octal | 275 | 173 | 334 | 16 | 54 | 0 | 16 | 431 | 72 | 103 |
| Binary | 10111101 | 1111011 | 11011100 | 1110 | 101100 | 0 | 1110 | 100011001 | 111010 | 1000011 |
Color Harmonies of #BD7BDC
Complementary color
Monochromatic Colors of #BD7BDC
Black with #BD7BDC
Text Example
Text Example
White with #BD7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BDC; }
p { color: rgb(189,123,220); }
H1.HeaderClassName
{
color: #BD7BDC;
}
.AnyTagClassName
{
color: #BD7BDC;
}
</style>
background-color css
<style>
a { background-color: #BD7BDC; }
a { background-color: rgb(189,123,220); }
div.DivClassName
{
background-color: #BD7BDC;
}
.BgClassName
{
background-color: #BD7BDC;
}
</style>
border-color css
<style>
span { border-color: #BD7BDC; }
span { border-color: rgb(189,123,220); }
td.TdClassName
{
border-color: #BD7BDC;
}
.TagClassName
{
border-color: #BD7BDC;
}
</style>