Shades of Wisteria #BF8CCC
Tints of Wisteria #BF8CCC
RGB
CMYK
RGB Variations
Color information
#BF8CCC (or 0xBF8CCC) is known color: Wisteria. HEX triplet: BF, 8C and CC. RGB value is (191,140,204). Sum of RGB (Red+Green+Blue) = 191+140+204=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CCC is #407333. Grayscale: #A2A2A2. Windows color (decimal): -4223796 or 13405375. OLE color: 13405375.
HSL color Cylindrical-coordinate representation of color #BF8CCC: hue angle of 287.81º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8CCC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 140 | 204 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.2 |
| HSL | 287.81º | 0.39% | 0.67% | - |
| HSV(B) | 287.81º | 0.31% | 0.8% | - |
| XYZ | 41.76 | 34.19 | 61.53 | - |
| YUV | 162.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 204 | 0.06 | 0.31 | 0 | 0.2 | 287.81 | 0.39 | 0.67 |
| Hex | BF | 8C | CC | 6 | 1F | 0 | 14 | 120 | 27 | 43 |
| Octal | 277 | 214 | 314 | 6 | 37 | 0 | 24 | 440 | 47 | 103 |
| Binary | 10111111 | 10001100 | 11001100 | 110 | 11111 | 0 | 10100 | 100100000 | 100111 | 1000011 |
Color Harmonies of #BF8CCC
Complementary color
Monochromatic Colors of #BF8CCC
Black with #BF8CCC
Text Example
Text Example
White with #BF8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CCC; }
p { color: rgb(191,140,204); }
H1.HeaderClassName
{
color: #BF8CCC;
}
.AnyTagClassName
{
color: #BF8CCC;
}
</style>
background-color css
<style>
a { background-color: #BF8CCC; }
a { background-color: rgb(191,140,204); }
div.DivClassName
{
background-color: #BF8CCC;
}
.BgClassName
{
background-color: #BF8CCC;
}
</style>
border-color css
<style>
span { border-color: #BF8CCC; }
span { border-color: rgb(191,140,204); }
td.TdClassName
{
border-color: #BF8CCC;
}
.TagClassName
{
border-color: #BF8CCC;
}
</style>