Shades of Wisteria #BE8FD1
Tints of Wisteria #BE8FD1
RGB
CMYK
RGB Variations
Color information
#BE8FD1 (or 0xBE8FD1) is known color: Wisteria. HEX triplet: BE, 8F and D1. RGB value is (190,143,209). Sum of RGB (Red+Green+Blue) = 190+143+209=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FD1 is #41702E. Grayscale: #A4A4A4. Windows color (decimal): -4288559 or 13733822. OLE color: 13733822.
HSL color Cylindrical-coordinate representation of color #BE8FD1: hue angle of 282.73º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8FD1 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 143 | 209 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.18 |
| HSL | 282.73º | 0.42% | 0.69% | - |
| HSV(B) | 282.73º | 0.32% | 0.82% | - |
| XYZ | 42.57 | 35.2 | 64.87 | - |
| YUV | 164.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 209 | 0.09 | 0.32 | 0 | 0.18 | 282.73 | 0.42 | 0.69 |
| Hex | BE | 8F | D1 | 9 | 20 | 0 | 12 | 11B | 2A | 45 |
| Octal | 276 | 217 | 321 | 11 | 40 | 0 | 22 | 433 | 52 | 105 |
| Binary | 10111110 | 10001111 | 11010001 | 1001 | 100000 | 0 | 10010 | 100011011 | 101010 | 1000101 |
Color Harmonies of #BE8FD1
Complementary color
Monochromatic Colors of #BE8FD1
Black with #BE8FD1
Text Example
Text Example
White with #BE8FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FD1; }
p { color: rgb(190,143,209); }
H1.HeaderClassName
{
color: #BE8FD1;
}
.AnyTagClassName
{
color: #BE8FD1;
}
</style>
background-color css
<style>
a { background-color: #BE8FD1; }
a { background-color: rgb(190,143,209); }
div.DivClassName
{
background-color: #BE8FD1;
}
.BgClassName
{
background-color: #BE8FD1;
}
</style>
border-color css
<style>
span { border-color: #BE8FD1; }
span { border-color: rgb(190,143,209); }
td.TdClassName
{
border-color: #BE8FD1;
}
.TagClassName
{
border-color: #BE8FD1;
}
</style>