Shades of Wisteria #BF8CE6
Tints of Wisteria #BF8CE6
RGB
CMYK
RGB Variations
Color information
#BF8CE6 (or 0xBF8CE6) is known color: Wisteria. HEX triplet: BF, 8C and E6. RGB value is (191,140,230). Sum of RGB (Red+Green+Blue) = 191+140+230=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF8CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8CE6 is #407319. Grayscale: #A5A5A5. Windows color (decimal): -4223770 or 15109311. OLE color: 15109311.
HSL color Cylindrical-coordinate representation of color #BF8CE6: hue angle of 274º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8CE6 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 140 | 230 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.10 |
| HSL | 274º | 0.64% | 0.73% | - |
| HSV(B) | 274º | 0.39% | 0.9% | - |
| XYZ | 45.15 | 35.55 | 79.34 | - |
| YUV | 165.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 230 | 0.17 | 0.39 | 0 | 0.10 | 274 | 0.64 | 0.73 |
| Hex | BF | 8C | E6 | 11 | 27 | 0 | A | 112 | 40 | 49 |
| Octal | 277 | 214 | 346 | 21 | 47 | 0 | 12 | 422 | 100 | 111 |
| Binary | 10111111 | 10001100 | 11100110 | 10001 | 100111 | 0 | 1010 | 100010010 | 1000000 | 1001001 |
Color Harmonies of #BF8CE6
Complementary color
Monochromatic Colors of #BF8CE6
Black with #BF8CE6
Text Example
Text Example
White with #BF8CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CE6; }
p { color: rgb(191,140,230); }
H1.HeaderClassName
{
color: #BF8CE6;
}
.AnyTagClassName
{
color: #BF8CE6;
}
</style>
background-color css
<style>
a { background-color: #BF8CE6; }
a { background-color: rgb(191,140,230); }
div.DivClassName
{
background-color: #BF8CE6;
}
.BgClassName
{
background-color: #BF8CE6;
}
</style>
border-color css
<style>
span { border-color: #BF8CE6; }
span { border-color: rgb(191,140,230); }
td.TdClassName
{
border-color: #BF8CE6;
}
.TagClassName
{
border-color: #BF8CE6;
}
</style>