Shades of Wisteria #BD94D0
Tints of Wisteria #BD94D0
RGB
CMYK
RGB Variations
Color information
#BD94D0 (or 0xBD94D0) is known color: Wisteria. HEX triplet: BD, 94 and D0. RGB value is (189,148,208). Sum of RGB (Red+Green+Blue) = 189+148+208=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94D0 is #426B2F. Grayscale: #A6A6A6. Windows color (decimal): -4352816 or 13669565. OLE color: 13669565.
HSL color Cylindrical-coordinate representation of color #BD94D0: hue angle of 281º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD94D0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 148 | 208 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.18 |
| HSL | 281º | 0.39% | 0.7% | - |
| HSV(B) | 281º | 0.29% | 0.82% | - |
| XYZ | 42.96 | 36.55 | 64.47 | - |
| YUV | 167.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 208 | 0.09 | 0.29 | 0 | 0.18 | 281 | 0.39 | 0.7 |
| Hex | BD | 94 | D0 | 9 | 1D | 0 | 12 | 119 | 27 | 46 |
| Octal | 275 | 224 | 320 | 11 | 35 | 0 | 22 | 431 | 47 | 106 |
| Binary | 10111101 | 10010100 | 11010000 | 1001 | 11101 | 0 | 10010 | 100011001 | 100111 | 1000110 |
Color Harmonies of #BD94D0
Complementary color
Monochromatic Colors of #BD94D0
Black with #BD94D0
Text Example
Text Example
White with #BD94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94D0; }
p { color: rgb(189,148,208); }
H1.HeaderClassName
{
color: #BD94D0;
}
.AnyTagClassName
{
color: #BD94D0;
}
</style>
background-color css
<style>
a { background-color: #BD94D0; }
a { background-color: rgb(189,148,208); }
div.DivClassName
{
background-color: #BD94D0;
}
.BgClassName
{
background-color: #BD94D0;
}
</style>
border-color css
<style>
span { border-color: #BD94D0; }
span { border-color: rgb(189,148,208); }
td.TdClassName
{
border-color: #BD94D0;
}
.TagClassName
{
border-color: #BD94D0;
}
</style>