Shades of Wisteria #BF7BE0
Tints of Wisteria #BF7BE0
RGB
CMYK
RGB Variations
Color information
#BF7BE0 (or 0xBF7BE0) is known color: Wisteria. HEX triplet: BF, 7B and E0. RGB value is (191,123,224). Sum of RGB (Red+Green+Blue) = 191+123+224=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BE0 is #40841F. Grayscale: #9A9A9A. Windows color (decimal): -4228128 or 14711743. OLE color: 14711743.
HSL color Cylindrical-coordinate representation of color #BF7BE0: hue angle of 280.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF7BE0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 123 | 224 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.12 |
| HSL | 280.4º | 0.62% | 0.68% | - |
| HSV(B) | 280.4º | 0.45% | 0.88% | - |
| XYZ | 42.02 | 30.62 | 74.22 | - |
| YUV | 154.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 224 | 0.15 | 0.45 | 0 | 0.12 | 280.4 | 0.62 | 0.68 |
| Hex | BF | 7B | E0 | F | 2D | 0 | C | 118 | 3E | 44 |
| Octal | 277 | 173 | 340 | 17 | 55 | 0 | 14 | 430 | 76 | 104 |
| Binary | 10111111 | 1111011 | 11100000 | 1111 | 101101 | 0 | 1100 | 100011000 | 111110 | 1000100 |
Color Harmonies of #BF7BE0
Complementary color
Monochromatic Colors of #BF7BE0
Black with #BF7BE0
Text Example
Text Example
White with #BF7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BE0; }
p { color: rgb(191,123,224); }
H1.HeaderClassName
{
color: #BF7BE0;
}
.AnyTagClassName
{
color: #BF7BE0;
}
</style>
background-color css
<style>
a { background-color: #BF7BE0; }
a { background-color: rgb(191,123,224); }
div.DivClassName
{
background-color: #BF7BE0;
}
.BgClassName
{
background-color: #BF7BE0;
}
</style>
border-color css
<style>
span { border-color: #BF7BE0; }
span { border-color: rgb(191,123,224); }
td.TdClassName
{
border-color: #BF7BE0;
}
.TagClassName
{
border-color: #BF7BE0;
}
</style>