Shades of Wisteria #B98FD2
Tints of Wisteria #B98FD2
RGB
CMYK
RGB Variations
Color information
#B98FD2 (or 0xB98FD2) is known color: Wisteria. HEX triplet: B9, 8F and D2. RGB value is (185,143,210). Sum of RGB (Red+Green+Blue) = 185+143+210=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #B98FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FD2 is #46702D. Grayscale: #A2A2A2. Windows color (decimal): -4616238 or 13799353. OLE color: 13799353.
HSL color Cylindrical-coordinate representation of color #B98FD2: hue angle of 277.61º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B98FD2 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 143 | 210 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.18 |
| HSL | 277.61º | 0.43% | 0.69% | - |
| HSV(B) | 277.61º | 0.32% | 0.82% | - |
| XYZ | 41.46 | 34.61 | 65.47 | - |
| YUV | 163.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 210 | 0.12 | 0.32 | 0 | 0.18 | 277.61 | 0.43 | 0.69 |
| Hex | B9 | 8F | D2 | C | 20 | 0 | 12 | 116 | 2B | 45 |
| Octal | 271 | 217 | 322 | 14 | 40 | 0 | 22 | 426 | 53 | 105 |
| Binary | 10111001 | 10001111 | 11010010 | 1100 | 100000 | 0 | 10010 | 100010110 | 101011 | 1000101 |
Color Harmonies of #B98FD2
Complementary color
Monochromatic Colors of #B98FD2
Black with #B98FD2
Text Example
Text Example
White with #B98FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98FD2; }
p { color: rgb(185,143,210); }
H1.HeaderClassName
{
color: #B98FD2;
}
.AnyTagClassName
{
color: #B98FD2;
}
</style>
background-color css
<style>
a { background-color: #B98FD2; }
a { background-color: rgb(185,143,210); }
div.DivClassName
{
background-color: #B98FD2;
}
.BgClassName
{
background-color: #B98FD2;
}
</style>
border-color css
<style>
span { border-color: #B98FD2; }
span { border-color: rgb(185,143,210); }
td.TdClassName
{
border-color: #B98FD2;
}
.TagClassName
{
border-color: #B98FD2;
}
</style>