Shades of Wisteria #BE98DB
Tints of Wisteria #BE98DB
RGB
CMYK
RGB Variations
Color information
#BE98DB (or 0xBE98DB) is known color: Wisteria. HEX triplet: BE, 98 and DB. RGB value is (190,152,219). Sum of RGB (Red+Green+Blue) = 190+152+219=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98DB is #416724. Grayscale: #AAAAAA. Windows color (decimal): -4286245 or 14391486. OLE color: 14391486.
HSL color Cylindrical-coordinate representation of color #BE98DB: hue angle of 274.03º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE98DB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 152 | 219 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.14 |
| HSL | 274.03º | 0.48% | 0.73% | - |
| HSV(B) | 274.03º | 0.31% | 0.86% | - |
| XYZ | 45.25 | 38.52 | 72.07 | - |
| YUV | 171 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 219 | 0.13 | 0.31 | 0 | 0.14 | 274.03 | 0.48 | 0.73 |
| Hex | BE | 98 | DB | D | 1F | 0 | E | 112 | 30 | 49 |
| Octal | 276 | 230 | 333 | 15 | 37 | 0 | 16 | 422 | 60 | 111 |
| Binary | 10111110 | 10011000 | 11011011 | 1101 | 11111 | 0 | 1110 | 100010010 | 110000 | 1001001 |
Color Harmonies of #BE98DB
Complementary color
Monochromatic Colors of #BE98DB
Black with #BE98DB
Text Example
Text Example
White with #BE98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE98DB; }
p { color: rgb(190,152,219); }
H1.HeaderClassName
{
color: #BE98DB;
}
.AnyTagClassName
{
color: #BE98DB;
}
</style>
background-color css
<style>
a { background-color: #BE98DB; }
a { background-color: rgb(190,152,219); }
div.DivClassName
{
background-color: #BE98DB;
}
.BgClassName
{
background-color: #BE98DB;
}
</style>
border-color css
<style>
span { border-color: #BE98DB; }
span { border-color: rgb(190,152,219); }
td.TdClassName
{
border-color: #BE98DB;
}
.TagClassName
{
border-color: #BE98DB;
}
</style>