Shades of Wisteria #BF8FCC
Tints of Wisteria #BF8FCC
RGB
CMYK
RGB Variations
Color information
#BF8FCC (or 0xBF8FCC) is known color: Wisteria. HEX triplet: BF, 8F and CC. RGB value is (191,143,204). Sum of RGB (Red+Green+Blue) = 191+143+204=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FCC is #407033. Grayscale: #A4A4A4. Windows color (decimal): -4223028 or 13406143. OLE color: 13406143.
HSL color Cylindrical-coordinate representation of color #BF8FCC: hue angle of 287.21º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8FCC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 143 | 204 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.2 |
| HSL | 287.21º | 0.37% | 0.68% | - |
| HSV(B) | 287.21º | 0.3% | 0.8% | - |
| XYZ | 42.21 | 35.08 | 61.67 | - |
| YUV | 164.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 204 | 0.06 | 0.30 | 0 | 0.2 | 287.21 | 0.37 | 0.68 |
| Hex | BF | 8F | CC | 6 | 1E | 0 | 14 | 11F | 25 | 44 |
| Octal | 277 | 217 | 314 | 6 | 36 | 0 | 24 | 437 | 45 | 104 |
| Binary | 10111111 | 10001111 | 11001100 | 110 | 11110 | 0 | 10100 | 100011111 | 100101 | 1000100 |
Color Harmonies of #BF8FCC
Complementary color
Monochromatic Colors of #BF8FCC
Black with #BF8FCC
Text Example
Text Example
White with #BF8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FCC; }
p { color: rgb(191,143,204); }
H1.HeaderClassName
{
color: #BF8FCC;
}
.AnyTagClassName
{
color: #BF8FCC;
}
</style>
background-color css
<style>
a { background-color: #BF8FCC; }
a { background-color: rgb(191,143,204); }
div.DivClassName
{
background-color: #BF8FCC;
}
.BgClassName
{
background-color: #BF8FCC;
}
</style>
border-color css
<style>
span { border-color: #BF8FCC; }
span { border-color: rgb(191,143,204); }
td.TdClassName
{
border-color: #BF8FCC;
}
.TagClassName
{
border-color: #BF8FCC;
}
</style>