Shades of Wisteria #BE8FEA
Tints of Wisteria #BE8FEA
RGB
CMYK
RGB Variations
Color information
#BE8FEA (or 0xBE8FEA) is known color: Wisteria. HEX triplet: BE, 8F and EA. RGB value is (190,143,234). Sum of RGB (Red+Green+Blue) = 190+143+234=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FEA is #417015. Grayscale: #A7A7A7. Windows color (decimal): -4288534 or 15372222. OLE color: 15372222.
HSL color Cylindrical-coordinate representation of color #BE8FEA: hue angle of 270.99º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8FEA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 143 | 234 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.08 |
| HSL | 270.99º | 0.68% | 0.74% | - |
| HSV(B) | 270.99º | 0.39% | 0.92% | - |
| XYZ | 45.91 | 36.53 | 82.47 | - |
| YUV | 167.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 234 | 0.19 | 0.39 | 0 | 0.08 | 270.99 | 0.68 | 0.74 |
| Hex | BE | 8F | EA | 13 | 27 | 0 | 8 | 10F | 44 | 4A |
| Octal | 276 | 217 | 352 | 23 | 47 | 0 | 10 | 417 | 104 | 112 |
| Binary | 10111110 | 10001111 | 11101010 | 10011 | 100111 | 0 | 1000 | 100001111 | 1000100 | 1001010 |
Color Harmonies of #BE8FEA
Complementary color
Monochromatic Colors of #BE8FEA
Black with #BE8FEA
Text Example
Text Example
White with #BE8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FEA; }
p { color: rgb(190,143,234); }
H1.HeaderClassName
{
color: #BE8FEA;
}
.AnyTagClassName
{
color: #BE8FEA;
}
</style>
background-color css
<style>
a { background-color: #BE8FEA; }
a { background-color: rgb(190,143,234); }
div.DivClassName
{
background-color: #BE8FEA;
}
.BgClassName
{
background-color: #BE8FEA;
}
</style>
border-color css
<style>
span { border-color: #BE8FEA; }
span { border-color: rgb(190,143,234); }
td.TdClassName
{
border-color: #BE8FEA;
}
.TagClassName
{
border-color: #BE8FEA;
}
</style>