Shades of Wisteria #BE8FDC
Tints of Wisteria #BE8FDC
RGB
CMYK
RGB Variations
Color information
#BE8FDC (or 0xBE8FDC) is known color: Wisteria. HEX triplet: BE, 8F and DC. RGB value is (190,143,220). Sum of RGB (Red+Green+Blue) = 190+143+220=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FDC is #417023. Grayscale: #A5A5A5. Windows color (decimal): -4288548 or 14454718. OLE color: 14454718.
HSL color Cylindrical-coordinate representation of color #BE8FDC: hue angle of 276.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE8FDC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 143 | 220 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.14 |
| HSL | 276.62º | 0.52% | 0.71% | - |
| HSV(B) | 276.62º | 0.35% | 0.86% | - |
| XYZ | 43.98 | 35.76 | 72.29 | - |
| YUV | 165.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 220 | 0.14 | 0.35 | 0 | 0.14 | 276.62 | 0.52 | 0.71 |
| Hex | BE | 8F | DC | E | 23 | 0 | E | 115 | 34 | 47 |
| Octal | 276 | 217 | 334 | 16 | 43 | 0 | 16 | 425 | 64 | 107 |
| Binary | 10111110 | 10001111 | 11011100 | 1110 | 100011 | 0 | 1110 | 100010101 | 110100 | 1000111 |
Color Harmonies of #BE8FDC
Complementary color
Monochromatic Colors of #BE8FDC
Black with #BE8FDC
Text Example
Text Example
White with #BE8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FDC; }
p { color: rgb(190,143,220); }
H1.HeaderClassName
{
color: #BE8FDC;
}
.AnyTagClassName
{
color: #BE8FDC;
}
</style>
background-color css
<style>
a { background-color: #BE8FDC; }
a { background-color: rgb(190,143,220); }
div.DivClassName
{
background-color: #BE8FDC;
}
.BgClassName
{
background-color: #BE8FDC;
}
</style>
border-color css
<style>
span { border-color: #BE8FDC; }
span { border-color: rgb(190,143,220); }
td.TdClassName
{
border-color: #BE8FDC;
}
.TagClassName
{
border-color: #BE8FDC;
}
</style>