Shades of Wisteria #BF85D8
Tints of Wisteria #BF85D8
RGB
CMYK
RGB Variations
Color information
#BF85D8 (or 0xBF85D8) is known color: Wisteria. HEX triplet: BF, 85 and D8. RGB value is (191,133,216). Sum of RGB (Red+Green+Blue) = 191+133+216=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF85D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF85D8 is #407A27. Grayscale: #9F9F9F. Windows color (decimal): -4225576 or 14190015. OLE color: 14190015.
HSL color Cylindrical-coordinate representation of color #BF85D8: hue angle of 281.93º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF85D8 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 133 | 216 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.15 |
| HSL | 281.93º | 0.52% | 0.68% | - |
| HSV(B) | 281.93º | 0.38% | 0.85% | - |
| XYZ | 42.27 | 32.81 | 69.07 | - |
| YUV | 159.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 133 | 216 | 0.12 | 0.38 | 0 | 0.15 | 281.93 | 0.52 | 0.68 |
| Hex | BF | 85 | D8 | C | 26 | 0 | F | 11A | 34 | 44 |
| Octal | 277 | 205 | 330 | 14 | 46 | 0 | 17 | 432 | 64 | 104 |
| Binary | 10111111 | 10000101 | 11011000 | 1100 | 100110 | 0 | 1111 | 100011010 | 110100 | 1000100 |
Color Harmonies of #BF85D8
Complementary color
Monochromatic Colors of #BF85D8
Black with #BF85D8
Text Example
Text Example
White with #BF85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF85D8; }
p { color: rgb(191,133,216); }
H1.HeaderClassName
{
color: #BF85D8;
}
.AnyTagClassName
{
color: #BF85D8;
}
</style>
background-color css
<style>
a { background-color: #BF85D8; }
a { background-color: rgb(191,133,216); }
div.DivClassName
{
background-color: #BF85D8;
}
.BgClassName
{
background-color: #BF85D8;
}
</style>
border-color css
<style>
span { border-color: #BF85D8; }
span { border-color: rgb(191,133,216); }
td.TdClassName
{
border-color: #BF85D8;
}
.TagClassName
{
border-color: #BF85D8;
}
</style>