Shades of Wisteria #BE7BDF
Tints of Wisteria #BE7BDF
RGB
CMYK
RGB Variations
Color information
#BE7BDF (or 0xBE7BDF) is known color: Wisteria. HEX triplet: BE, 7B and DF. RGB value is (190,123,223). Sum of RGB (Red+Green+Blue) = 190+123+223=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BDF is #418420. Grayscale: #9A9A9A. Windows color (decimal): -4293665 or 14646206. OLE color: 14646206.
HSL color Cylindrical-coordinate representation of color #BE7BDF: hue angle of 280.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7BDF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 123 | 223 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.13 |
| HSL | 280.2º | 0.61% | 0.68% | - |
| HSV(B) | 280.2º | 0.45% | 0.87% | - |
| XYZ | 41.64 | 30.44 | 73.49 | - |
| YUV | 154.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 223 | 0.15 | 0.45 | 0 | 0.13 | 280.2 | 0.61 | 0.68 |
| Hex | BE | 7B | DF | F | 2D | 0 | D | 118 | 3D | 44 |
| Octal | 276 | 173 | 337 | 17 | 55 | 0 | 15 | 430 | 75 | 104 |
| Binary | 10111110 | 1111011 | 11011111 | 1111 | 101101 | 0 | 1101 | 100011000 | 111101 | 1000100 |
Color Harmonies of #BE7BDF
Complementary color
Monochromatic Colors of #BE7BDF
Black with #BE7BDF
Text Example
Text Example
White with #BE7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BDF; }
p { color: rgb(190,123,223); }
H1.HeaderClassName
{
color: #BE7BDF;
}
.AnyTagClassName
{
color: #BE7BDF;
}
</style>
background-color css
<style>
a { background-color: #BE7BDF; }
a { background-color: rgb(190,123,223); }
div.DivClassName
{
background-color: #BE7BDF;
}
.BgClassName
{
background-color: #BE7BDF;
}
</style>
border-color css
<style>
span { border-color: #BE7BDF; }
span { border-color: rgb(190,123,223); }
td.TdClassName
{
border-color: #BE7BDF;
}
.TagClassName
{
border-color: #BE7BDF;
}
</style>