Shades of Wisteria #BD92DC
Tints of Wisteria #BD92DC
RGB
CMYK
RGB Variations
Color information
#BD92DC (or 0xBD92DC) is known color: Wisteria. HEX triplet: BD, 92 and DC. RGB value is (189,146,220). Sum of RGB (Red+Green+Blue) = 189+146+220=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92DC is #426D23. Grayscale: #A7A7A7. Windows color (decimal): -4353316 or 14455485. OLE color: 14455485.
HSL color Cylindrical-coordinate representation of color #BD92DC: hue angle of 274.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD92DC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 146 | 220 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.14 |
| HSL | 274.86º | 0.51% | 0.72% | - |
| HSV(B) | 274.86º | 0.34% | 0.86% | - |
| XYZ | 44.18 | 36.54 | 72.44 | - |
| YUV | 167.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 220 | 0.14 | 0.34 | 0 | 0.14 | 274.86 | 0.51 | 0.72 |
| Hex | BD | 92 | DC | E | 22 | 0 | E | 113 | 33 | 48 |
| Octal | 275 | 222 | 334 | 16 | 42 | 0 | 16 | 423 | 63 | 110 |
| Binary | 10111101 | 10010010 | 11011100 | 1110 | 100010 | 0 | 1110 | 100010011 | 110011 | 1001000 |
Color Harmonies of #BD92DC
Complementary color
Monochromatic Colors of #BD92DC
Black with #BD92DC
Text Example
Text Example
White with #BD92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92DC; }
p { color: rgb(189,146,220); }
H1.HeaderClassName
{
color: #BD92DC;
}
.AnyTagClassName
{
color: #BD92DC;
}
</style>
background-color css
<style>
a { background-color: #BD92DC; }
a { background-color: rgb(189,146,220); }
div.DivClassName
{
background-color: #BD92DC;
}
.BgClassName
{
background-color: #BD92DC;
}
</style>
border-color css
<style>
span { border-color: #BD92DC; }
span { border-color: rgb(189,146,220); }
td.TdClassName
{
border-color: #BD92DC;
}
.TagClassName
{
border-color: #BD92DC;
}
</style>