Shades of Wisteria #BD7FDB
Tints of Wisteria #BD7FDB
RGB
CMYK
RGB Variations
Color information
#BD7FDB (or 0xBD7FDB) is known color: Wisteria. HEX triplet: BD, 7F and DB. RGB value is (189,127,219). Sum of RGB (Red+Green+Blue) = 189+127+219=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FDB is #428024. Grayscale: #9B9B9B. Windows color (decimal): -4358181 or 14385085. OLE color: 14385085.
HSL color Cylindrical-coordinate representation of color #BD7FDB: hue angle of 280.43º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD7FDB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 127 | 219 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.14 |
| HSL | 280.43º | 0.56% | 0.68% | - |
| HSV(B) | 280.43º | 0.42% | 0.86% | - |
| XYZ | 41.36 | 31.11 | 70.84 | - |
| YUV | 156.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 219 | 0.14 | 0.42 | 0 | 0.14 | 280.43 | 0.56 | 0.68 |
| Hex | BD | 7F | DB | E | 2A | 0 | E | 118 | 38 | 44 |
| Octal | 275 | 177 | 333 | 16 | 52 | 0 | 16 | 430 | 70 | 104 |
| Binary | 10111101 | 1111111 | 11011011 | 1110 | 101010 | 0 | 1110 | 100011000 | 111000 | 1000100 |
Color Harmonies of #BD7FDB
Complementary color
Monochromatic Colors of #BD7FDB
Black with #BD7FDB
Text Example
Text Example
White with #BD7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FDB; }
p { color: rgb(189,127,219); }
H1.HeaderClassName
{
color: #BD7FDB;
}
.AnyTagClassName
{
color: #BD7FDB;
}
</style>
background-color css
<style>
a { background-color: #BD7FDB; }
a { background-color: rgb(189,127,219); }
div.DivClassName
{
background-color: #BD7FDB;
}
.BgClassName
{
background-color: #BD7FDB;
}
</style>
border-color css
<style>
span { border-color: #BD7FDB; }
span { border-color: rgb(189,127,219); }
td.TdClassName
{
border-color: #BD7FDB;
}
.TagClassName
{
border-color: #BD7FDB;
}
</style>