Shades of Wisteria #BF8AD6
Tints of Wisteria #BF8AD6
RGB
CMYK
RGB Variations
Color information
#BF8AD6 (or 0xBF8AD6) is known color: Wisteria. HEX triplet: BF, 8A and D6. RGB value is (191,138,214). Sum of RGB (Red+Green+Blue) = 191+138+214=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AD6 is #407529. Grayscale: #A2A2A2. Windows color (decimal): -4224298 or 14060223. OLE color: 14060223.
HSL color Cylindrical-coordinate representation of color #BF8AD6: hue angle of 281.84º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8AD6 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 138 | 214 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.16 |
| HSL | 281.84º | 0.48% | 0.69% | - |
| HSV(B) | 281.84º | 0.36% | 0.84% | - |
| XYZ | 42.71 | 34.11 | 67.95 | - |
| YUV | 162.51 | 157.06 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 214 | 0.11 | 0.36 | 0 | 0.16 | 281.84 | 0.48 | 0.69 |
| Hex | BF | 8A | D6 | B | 24 | 0 | 10 | 11A | 30 | 45 |
| Octal | 277 | 212 | 326 | 13 | 44 | 0 | 20 | 432 | 60 | 105 |
| Binary | 10111111 | 10001010 | 11010110 | 1011 | 100100 | 0 | 10000 | 100011010 | 110000 | 1000101 |
Color Harmonies of #BF8AD6
Complementary color
Monochromatic Colors of #BF8AD6
Black with #BF8AD6
Text Example
Text Example
White with #BF8AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AD6; }
p { color: rgb(191,138,214); }
H1.HeaderClassName
{
color: #BF8AD6;
}
.AnyTagClassName
{
color: #BF8AD6;
}
</style>
background-color css
<style>
a { background-color: #BF8AD6; }
a { background-color: rgb(191,138,214); }
div.DivClassName
{
background-color: #BF8AD6;
}
.BgClassName
{
background-color: #BF8AD6;
}
</style>
border-color css
<style>
span { border-color: #BF8AD6; }
span { border-color: rgb(191,138,214); }
td.TdClassName
{
border-color: #BF8AD6;
}
.TagClassName
{
border-color: #BF8AD6;
}
</style>