Shades of Wisteria #BE8AFC
Tints of Wisteria #BE8AFC
RGB
CMYK
RGB Variations
Color information
#BE8AFC (or 0xBE8AFC) is known color: Wisteria. HEX triplet: BE, 8A and FC. RGB value is (190,138,252). Sum of RGB (Red+Green+Blue) = 190+138+252=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8AFC is #417503. Grayscale: #A6A6A6. Windows color (decimal): -4289796 or 16550590. OLE color: 16550590.
HSL color Cylindrical-coordinate representation of color #BE8AFC: hue angle of 267.37º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE8AFC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 138 | 252 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.01 |
| HSL | 267.37º | 0.95% | 0.76% | - |
| HSV(B) | 267.37º | 0.45% | 0.99% | - |
| XYZ | 47.89 | 36.15 | 96.55 | - |
| YUV | 166.54 | 176.23 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 252 | 0.25 | 0.45 | 0 | 0.01 | 267.37 | 0.95 | 0.76 |
| Hex | BE | 8A | FC | 19 | 2D | 0 | 1 | 10B | 5F | 4C |
| Octal | 276 | 212 | 374 | 31 | 55 | 0 | 1 | 413 | 137 | 114 |
| Binary | 10111110 | 10001010 | 11111100 | 11001 | 101101 | 0 | 1 | 100001011 | 1011111 | 1001100 |
Color Harmonies of #BE8AFC
Complementary color
Monochromatic Colors of #BE8AFC
Black with #BE8AFC
Text Example
Text Example
White with #BE8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AFC; }
p { color: rgb(190,138,252); }
H1.HeaderClassName
{
color: #BE8AFC;
}
.AnyTagClassName
{
color: #BE8AFC;
}
</style>
background-color css
<style>
a { background-color: #BE8AFC; }
a { background-color: rgb(190,138,252); }
div.DivClassName
{
background-color: #BE8AFC;
}
.BgClassName
{
background-color: #BE8AFC;
}
</style>
border-color css
<style>
span { border-color: #BE8AFC; }
span { border-color: rgb(190,138,252); }
td.TdClassName
{
border-color: #BE8AFC;
}
.TagClassName
{
border-color: #BE8AFC;
}
</style>