Shades of Wisteria #BE90D6
Tints of Wisteria #BE90D6
RGB
CMYK
RGB Variations
Color information
#BE90D6 (or 0xBE90D6) is known color: Wisteria. HEX triplet: BE, 90 and D6. RGB value is (190,144,214). Sum of RGB (Red+Green+Blue) = 190+144+214=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE90D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90D6 is #416F29. Grayscale: #A5A5A5. Windows color (decimal): -4288298 or 14061758. OLE color: 14061758.
HSL color Cylindrical-coordinate representation of color #BE90D6: hue angle of 279.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE90D6 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 144 | 214 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.16 |
| HSL | 279.43º | 0.46% | 0.7% | - |
| HSV(B) | 279.43º | 0.33% | 0.84% | - |
| XYZ | 43.35 | 35.75 | 68.23 | - |
| YUV | 165.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 214 | 0.11 | 0.33 | 0 | 0.16 | 279.43 | 0.46 | 0.7 |
| Hex | BE | 90 | D6 | B | 21 | 0 | 10 | 117 | 2E | 46 |
| Octal | 276 | 220 | 326 | 13 | 41 | 0 | 20 | 427 | 56 | 106 |
| Binary | 10111110 | 10010000 | 11010110 | 1011 | 100001 | 0 | 10000 | 100010111 | 101110 | 1000110 |
Color Harmonies of #BE90D6
Complementary color
Monochromatic Colors of #BE90D6
Black with #BE90D6
Text Example
Text Example
White with #BE90D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90D6; }
p { color: rgb(190,144,214); }
H1.HeaderClassName
{
color: #BE90D6;
}
.AnyTagClassName
{
color: #BE90D6;
}
</style>
background-color css
<style>
a { background-color: #BE90D6; }
a { background-color: rgb(190,144,214); }
div.DivClassName
{
background-color: #BE90D6;
}
.BgClassName
{
background-color: #BE90D6;
}
</style>
border-color css
<style>
span { border-color: #BE90D6; }
span { border-color: rgb(190,144,214); }
td.TdClassName
{
border-color: #BE90D6;
}
.TagClassName
{
border-color: #BE90D6;
}
</style>