Shades of Wisteria #BE8FE7
Tints of Wisteria #BE8FE7
RGB
CMYK
RGB Variations
Color information
#BE8FE7 (or 0xBE8FE7) is known color: Wisteria. HEX triplet: BE, 8F and E7. RGB value is (190,143,231). Sum of RGB (Red+Green+Blue) = 190+143+231=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE8FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FE7 is #417018. Grayscale: #A6A6A6. Windows color (decimal): -4288537 or 15175614. OLE color: 15175614.
HSL color Cylindrical-coordinate representation of color #BE8FE7: hue angle of 272.05º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8FE7 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 143 | 231 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.09 |
| HSL | 272.05º | 0.65% | 0.73% | - |
| HSV(B) | 272.05º | 0.38% | 0.91% | - |
| XYZ | 45.48 | 36.36 | 80.22 | - |
| YUV | 167.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 231 | 0.18 | 0.38 | 0 | 0.09 | 272.05 | 0.65 | 0.73 |
| Hex | BE | 8F | E7 | 12 | 26 | 0 | 9 | 110 | 41 | 49 |
| Octal | 276 | 217 | 347 | 22 | 46 | 0 | 11 | 420 | 101 | 111 |
| Binary | 10111110 | 10001111 | 11100111 | 10010 | 100110 | 0 | 1001 | 100010000 | 1000001 | 1001001 |
Color Harmonies of #BE8FE7
Complementary color
Monochromatic Colors of #BE8FE7
Black with #BE8FE7
Text Example
Text Example
White with #BE8FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FE7; }
p { color: rgb(190,143,231); }
H1.HeaderClassName
{
color: #BE8FE7;
}
.AnyTagClassName
{
color: #BE8FE7;
}
</style>
background-color css
<style>
a { background-color: #BE8FE7; }
a { background-color: rgb(190,143,231); }
div.DivClassName
{
background-color: #BE8FE7;
}
.BgClassName
{
background-color: #BE8FE7;
}
</style>
border-color css
<style>
span { border-color: #BE8FE7; }
span { border-color: rgb(190,143,231); }
td.TdClassName
{
border-color: #BE8FE7;
}
.TagClassName
{
border-color: #BE8FE7;
}
</style>