Shades of Wisteria #BE8FED
Tints of Wisteria #BE8FED
RGB
CMYK
RGB Variations
Color information
#BE8FED (or 0xBE8FED) is known color: Wisteria. HEX triplet: BE, 8F and ED. RGB value is (190,143,237). Sum of RGB (Red+Green+Blue) = 190+143+237=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FED is #417012. Grayscale: #A7A7A7. Windows color (decimal): -4288531 or 15568830. OLE color: 15568830.
HSL color Cylindrical-coordinate representation of color #BE8FED: hue angle of 270º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8FED is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 143 | 237 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.07 |
| HSL | 270º | 0.72% | 0.75% | - |
| HSV(B) | 270º | 0.4% | 0.93% | - |
| XYZ | 46.34 | 36.71 | 84.76 | - |
| YUV | 167.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 237 | 0.20 | 0.40 | 0 | 0.07 | 270 | 0.72 | 0.75 |
| Hex | BE | 8F | ED | 14 | 28 | 0 | 7 | 10E | 48 | 4B |
| Octal | 276 | 217 | 355 | 24 | 50 | 0 | 7 | 416 | 110 | 113 |
| Binary | 10111110 | 10001111 | 11101101 | 10100 | 101000 | 0 | 111 | 100001110 | 1001000 | 1001011 |
Color Harmonies of #BE8FED
Complementary color
Monochromatic Colors of #BE8FED
Black with #BE8FED
Text Example
Text Example
White with #BE8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FED; }
p { color: rgb(190,143,237); }
H1.HeaderClassName
{
color: #BE8FED;
}
.AnyTagClassName
{
color: #BE8FED;
}
</style>
background-color css
<style>
a { background-color: #BE8FED; }
a { background-color: rgb(190,143,237); }
div.DivClassName
{
background-color: #BE8FED;
}
.BgClassName
{
background-color: #BE8FED;
}
</style>
border-color css
<style>
span { border-color: #BE8FED; }
span { border-color: rgb(190,143,237); }
td.TdClassName
{
border-color: #BE8FED;
}
.TagClassName
{
border-color: #BE8FED;
}
</style>