Shades of Wisteria #BF8CCE
Tints of Wisteria #BF8CCE
RGB
CMYK
RGB Variations
Color information
#BF8CCE (or 0xBF8CCE) is known color: Wisteria. HEX triplet: BF, 8C and CE. RGB value is (191,140,206). Sum of RGB (Red+Green+Blue) = 191+140+206=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CCE is #407331. Grayscale: #A2A2A2. Windows color (decimal): -4223794 or 13536447. OLE color: 13536447.
HSL color Cylindrical-coordinate representation of color #BF8CCE: hue angle of 286.36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8CCE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 140 | 206 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.19 |
| HSL | 286.36º | 0.4% | 0.68% | - |
| HSV(B) | 286.36º | 0.32% | 0.81% | - |
| XYZ | 42 | 34.29 | 62.8 | - |
| YUV | 162.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 206 | 0.07 | 0.32 | 0 | 0.19 | 286.36 | 0.4 | 0.68 |
| Hex | BF | 8C | CE | 7 | 20 | 0 | 13 | 11E | 28 | 44 |
| Octal | 277 | 214 | 316 | 7 | 40 | 0 | 23 | 436 | 50 | 104 |
| Binary | 10111111 | 10001100 | 11001110 | 111 | 100000 | 0 | 10011 | 100011110 | 101000 | 1000100 |
Color Harmonies of #BF8CCE
Complementary color
Monochromatic Colors of #BF8CCE
Black with #BF8CCE
Text Example
Text Example
White with #BF8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CCE; }
p { color: rgb(191,140,206); }
H1.HeaderClassName
{
color: #BF8CCE;
}
.AnyTagClassName
{
color: #BF8CCE;
}
</style>
background-color css
<style>
a { background-color: #BF8CCE; }
a { background-color: rgb(191,140,206); }
div.DivClassName
{
background-color: #BF8CCE;
}
.BgClassName
{
background-color: #BF8CCE;
}
</style>
border-color css
<style>
span { border-color: #BF8CCE; }
span { border-color: rgb(191,140,206); }
td.TdClassName
{
border-color: #BF8CCE;
}
.TagClassName
{
border-color: #BF8CCE;
}
</style>