Shades of Wisteria #B997CE
Tints of Wisteria #B997CE
RGB
CMYK
RGB Variations
Color information
#B997CE (or 0xB997CE) is known color: Wisteria. HEX triplet: B9, 97 and CE. RGB value is (185,151,206). Sum of RGB (Red+Green+Blue) = 185+151+206=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #B997CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997CE is #466831. Grayscale: #A7A7A7. Windows color (decimal): -4614194 or 13539257. OLE color: 13539257.
HSL color Cylindrical-coordinate representation of color #B997CE: hue angle of 277.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B997CE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 151 | 206 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.19 |
| HSL | 277.09º | 0.36% | 0.7% | - |
| HSV(B) | 277.09º | 0.27% | 0.81% | - |
| XYZ | 42.21 | 36.9 | 63.29 | - |
| YUV | 167.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 206 | 0.10 | 0.27 | 0 | 0.19 | 277.09 | 0.36 | 0.7 |
| Hex | B9 | 97 | CE | A | 1B | 0 | 13 | 115 | 24 | 46 |
| Octal | 271 | 227 | 316 | 12 | 33 | 0 | 23 | 425 | 44 | 106 |
| Binary | 10111001 | 10010111 | 11001110 | 1010 | 11011 | 0 | 10011 | 100010101 | 100100 | 1000110 |
Color Harmonies of #B997CE
Complementary color
Monochromatic Colors of #B997CE
Black with #B997CE
Text Example
Text Example
White with #B997CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B997CE; }
p { color: rgb(185,151,206); }
H1.HeaderClassName
{
color: #B997CE;
}
.AnyTagClassName
{
color: #B997CE;
}
</style>
background-color css
<style>
a { background-color: #B997CE; }
a { background-color: rgb(185,151,206); }
div.DivClassName
{
background-color: #B997CE;
}
.BgClassName
{
background-color: #B997CE;
}
</style>
border-color css
<style>
span { border-color: #B997CE; }
span { border-color: rgb(185,151,206); }
td.TdClassName
{
border-color: #B997CE;
}
.TagClassName
{
border-color: #B997CE;
}
</style>