Shades of Wisteria #BE7BDA
Tints of Wisteria #BE7BDA
RGB
CMYK
RGB Variations
Color information
#BE7BDA (or 0xBE7BDA) is known color: Wisteria. HEX triplet: BE, 7B and DA. RGB value is (190,123,218). Sum of RGB (Red+Green+Blue) = 190+123+218=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BDA is #418425. Grayscale: #999999. Windows color (decimal): -4293670 or 14318526. OLE color: 14318526.
HSL color Cylindrical-coordinate representation of color #BE7BDA: hue angle of 282.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7BDA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 123 | 218 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.15 |
| HSL | 282.32º | 0.56% | 0.67% | - |
| HSV(B) | 282.32º | 0.44% | 0.85% | - |
| XYZ | 40.97 | 30.18 | 69.99 | - |
| YUV | 153.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 218 | 0.13 | 0.44 | 0 | 0.15 | 282.32 | 0.56 | 0.67 |
| Hex | BE | 7B | DA | D | 2C | 0 | F | 11A | 38 | 43 |
| Octal | 276 | 173 | 332 | 15 | 54 | 0 | 17 | 432 | 70 | 103 |
| Binary | 10111110 | 1111011 | 11011010 | 1101 | 101100 | 0 | 1111 | 100011010 | 111000 | 1000011 |
Color Harmonies of #BE7BDA
Complementary color
Monochromatic Colors of #BE7BDA
Black with #BE7BDA
Text Example
Text Example
White with #BE7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BDA; }
p { color: rgb(190,123,218); }
H1.HeaderClassName
{
color: #BE7BDA;
}
.AnyTagClassName
{
color: #BE7BDA;
}
</style>
background-color css
<style>
a { background-color: #BE7BDA; }
a { background-color: rgb(190,123,218); }
div.DivClassName
{
background-color: #BE7BDA;
}
.BgClassName
{
background-color: #BE7BDA;
}
</style>
border-color css
<style>
span { border-color: #BE7BDA; }
span { border-color: rgb(190,123,218); }
td.TdClassName
{
border-color: #BE7BDA;
}
.TagClassName
{
border-color: #BE7BDA;
}
</style>