Shades of Wisteria #BE8FDA
Tints of Wisteria #BE8FDA
RGB
CMYK
RGB Variations
Color information
#BE8FDA (or 0xBE8FDA) is known color: Wisteria. HEX triplet: BE, 8F and DA. RGB value is (190,143,218). Sum of RGB (Red+Green+Blue) = 190+143+218=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FDA is #417025. Grayscale: #A5A5A5. Windows color (decimal): -4288550 or 14323646. OLE color: 14323646.
HSL color Cylindrical-coordinate representation of color #BE8FDA: hue angle of 277.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8FDA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 143 | 218 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.15 |
| HSL | 277.6º | 0.5% | 0.71% | - |
| HSV(B) | 277.6º | 0.34% | 0.85% | - |
| XYZ | 43.71 | 35.65 | 70.91 | - |
| YUV | 165.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 218 | 0.13 | 0.34 | 0 | 0.15 | 277.6 | 0.5 | 0.71 |
| Hex | BE | 8F | DA | D | 22 | 0 | F | 116 | 32 | 47 |
| Octal | 276 | 217 | 332 | 15 | 42 | 0 | 17 | 426 | 62 | 107 |
| Binary | 10111110 | 10001111 | 11011010 | 1101 | 100010 | 0 | 1111 | 100010110 | 110010 | 1000111 |
Color Harmonies of #BE8FDA
Complementary color
Monochromatic Colors of #BE8FDA
Black with #BE8FDA
Text Example
Text Example
White with #BE8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FDA; }
p { color: rgb(190,143,218); }
H1.HeaderClassName
{
color: #BE8FDA;
}
.AnyTagClassName
{
color: #BE8FDA;
}
</style>
background-color css
<style>
a { background-color: #BE8FDA; }
a { background-color: rgb(190,143,218); }
div.DivClassName
{
background-color: #BE8FDA;
}
.BgClassName
{
background-color: #BE8FDA;
}
</style>
border-color css
<style>
span { border-color: #BE8FDA; }
span { border-color: rgb(190,143,218); }
td.TdClassName
{
border-color: #BE8FDA;
}
.TagClassName
{
border-color: #BE8FDA;
}
</style>