Shades of Wisteria #BE8BFD
Tints of Wisteria #BE8BFD
RGB
CMYK
RGB Variations
Color information
#BE8BFD (or 0xBE8BFD) is known color: Wisteria. HEX triplet: BE, 8B and FD. RGB value is (190,139,253). Sum of RGB (Red+Green+Blue) = 190+139+253=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BFD is #417402. Grayscale: #A6A6A6. Windows color (decimal): -4289539 or 16616382. OLE color: 16616382.
HSL color Cylindrical-coordinate representation of color #BE8BFD: hue angle of 266.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE8BFD is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 139 | 253 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.01 |
| HSL | 266.84º | 0.97% | 0.77% | - |
| HSV(B) | 266.84º | 0.45% | 0.99% | - |
| XYZ | 48.2 | 36.5 | 97.43 | - |
| YUV | 167.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 253 | 0.25 | 0.45 | 0 | 0.01 | 266.84 | 0.97 | 0.77 |
| Hex | BE | 8B | FD | 19 | 2D | 0 | 1 | 10B | 61 | 4D |
| Octal | 276 | 213 | 375 | 31 | 55 | 0 | 1 | 413 | 141 | 115 |
| Binary | 10111110 | 10001011 | 11111101 | 11001 | 101101 | 0 | 1 | 100001011 | 1100001 | 1001101 |
Color Harmonies of #BE8BFD
Complementary color
Monochromatic Colors of #BE8BFD
Black with #BE8BFD
Text Example
Text Example
White with #BE8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BFD; }
p { color: rgb(190,139,253); }
H1.HeaderClassName
{
color: #BE8BFD;
}
.AnyTagClassName
{
color: #BE8BFD;
}
</style>
background-color css
<style>
a { background-color: #BE8BFD; }
a { background-color: rgb(190,139,253); }
div.DivClassName
{
background-color: #BE8BFD;
}
.BgClassName
{
background-color: #BE8BFD;
}
</style>
border-color css
<style>
span { border-color: #BE8BFD; }
span { border-color: rgb(190,139,253); }
td.TdClassName
{
border-color: #BE8BFD;
}
.TagClassName
{
border-color: #BE8BFD;
}
</style>