Shades of Wisteria #BF8CEB
Tints of Wisteria #BF8CEB
RGB
CMYK
RGB Variations
Color information
#BF8CEB (or 0xBF8CEB) is known color: Wisteria. HEX triplet: BF, 8C and EB. RGB value is (191,140,235). Sum of RGB (Red+Green+Blue) = 191+140+235=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8CEB is #407314. Grayscale: #A5A5A5. Windows color (decimal): -4223765 or 15436991. OLE color: 15436991.
HSL color Cylindrical-coordinate representation of color #BF8CEB: hue angle of 272.21º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8CEB is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 140 | 235 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.08 |
| HSL | 272.21º | 0.7% | 0.74% | - |
| HSV(B) | 272.21º | 0.4% | 0.92% | - |
| XYZ | 45.86 | 35.83 | 83.1 | - |
| YUV | 166.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 235 | 0.19 | 0.40 | 0 | 0.08 | 272.21 | 0.7 | 0.74 |
| Hex | BF | 8C | EB | 13 | 28 | 0 | 8 | 110 | 46 | 4A |
| Octal | 277 | 214 | 353 | 23 | 50 | 0 | 10 | 420 | 106 | 112 |
| Binary | 10111111 | 10001100 | 11101011 | 10011 | 101000 | 0 | 1000 | 100010000 | 1000110 | 1001010 |
Color Harmonies of #BF8CEB
Complementary color
Monochromatic Colors of #BF8CEB
Black with #BF8CEB
Text Example
Text Example
White with #BF8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CEB; }
p { color: rgb(191,140,235); }
H1.HeaderClassName
{
color: #BF8CEB;
}
.AnyTagClassName
{
color: #BF8CEB;
}
</style>
background-color css
<style>
a { background-color: #BF8CEB; }
a { background-color: rgb(191,140,235); }
div.DivClassName
{
background-color: #BF8CEB;
}
.BgClassName
{
background-color: #BF8CEB;
}
</style>
border-color css
<style>
span { border-color: #BF8CEB; }
span { border-color: rgb(191,140,235); }
td.TdClassName
{
border-color: #BF8CEB;
}
.TagClassName
{
border-color: #BF8CEB;
}
</style>