Shades of Wisteria #BF8CED
Tints of Wisteria #BF8CED
RGB
CMYK
RGB Variations
Color information
#BF8CED (or 0xBF8CED) is known color: Wisteria. HEX triplet: BF, 8C and ED. RGB value is (191,140,237). Sum of RGB (Red+Green+Blue) = 191+140+237=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF8CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8CED is #407312. Grayscale: #A5A5A5. Windows color (decimal): -4223763 or 15568063. OLE color: 15568063.
HSL color Cylindrical-coordinate representation of color #BF8CED: hue angle of 271.55º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8CED is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 140 | 237 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.07 |
| HSL | 271.55º | 0.73% | 0.74% | - |
| HSV(B) | 271.55º | 0.41% | 0.93% | - |
| XYZ | 46.15 | 35.95 | 84.63 | - |
| YUV | 166.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 237 | 0.19 | 0.41 | 0 | 0.07 | 271.55 | 0.73 | 0.74 |
| Hex | BF | 8C | ED | 13 | 29 | 0 | 7 | 110 | 49 | 4A |
| Octal | 277 | 214 | 355 | 23 | 51 | 0 | 7 | 420 | 111 | 112 |
| Binary | 10111111 | 10001100 | 11101101 | 10011 | 101001 | 0 | 111 | 100010000 | 1001001 | 1001010 |
Color Harmonies of #BF8CED
Complementary color
Monochromatic Colors of #BF8CED
Black with #BF8CED
Text Example
Text Example
White with #BF8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CED; }
p { color: rgb(191,140,237); }
H1.HeaderClassName
{
color: #BF8CED;
}
.AnyTagClassName
{
color: #BF8CED;
}
</style>
background-color css
<style>
a { background-color: #BF8CED; }
a { background-color: rgb(191,140,237); }
div.DivClassName
{
background-color: #BF8CED;
}
.BgClassName
{
background-color: #BF8CED;
}
</style>
border-color css
<style>
span { border-color: #BF8CED; }
span { border-color: rgb(191,140,237); }
td.TdClassName
{
border-color: #BF8CED;
}
.TagClassName
{
border-color: #BF8CED;
}
</style>