Shades of Wisteria #BE8CF0
Tints of Wisteria #BE8CF0
RGB
CMYK
RGB Variations
Color information
#BE8CF0 (or 0xBE8CF0) is known color: Wisteria. HEX triplet: BE, 8C and F0. RGB value is (190,140,240). Sum of RGB (Red+Green+Blue) = 190+140+240=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE8CF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CF0 is #41730F. Grayscale: #A6A6A6. Windows color (decimal): -4289296 or 15764670. OLE color: 15764670.
HSL color Cylindrical-coordinate representation of color #BE8CF0: hue angle of 270º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE8CF0 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 140 | 240 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.06 |
| HSL | 270º | 0.77% | 0.75% | - |
| HSV(B) | 270º | 0.42% | 0.94% | - |
| XYZ | 46.34 | 35.99 | 86.94 | - |
| YUV | 166.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 240 | 0.21 | 0.42 | 0 | 0.06 | 270 | 0.77 | 0.75 |
| Hex | BE | 8C | F0 | 15 | 2A | 0 | 6 | 10E | 4D | 4B |
| Octal | 276 | 214 | 360 | 25 | 52 | 0 | 6 | 416 | 115 | 113 |
| Binary | 10111110 | 10001100 | 11110000 | 10101 | 101010 | 0 | 110 | 100001110 | 1001101 | 1001011 |
Color Harmonies of #BE8CF0
Complementary color
Monochromatic Colors of #BE8CF0
Black with #BE8CF0
Text Example
Text Example
White with #BE8CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CF0; }
p { color: rgb(190,140,240); }
H1.HeaderClassName
{
color: #BE8CF0;
}
.AnyTagClassName
{
color: #BE8CF0;
}
</style>
background-color css
<style>
a { background-color: #BE8CF0; }
a { background-color: rgb(190,140,240); }
div.DivClassName
{
background-color: #BE8CF0;
}
.BgClassName
{
background-color: #BE8CF0;
}
</style>
border-color css
<style>
span { border-color: #BE8CF0; }
span { border-color: rgb(190,140,240); }
td.TdClassName
{
border-color: #BE8CF0;
}
.TagClassName
{
border-color: #BE8CF0;
}
</style>