Shades of Wisteria #B982DA
Tints of Wisteria #B982DA
RGB
CMYK
RGB Variations
Color information
#B982DA (or 0xB982DA) is known color: Wisteria. HEX triplet: B9, 82 and DA. RGB value is (185,130,218). Sum of RGB (Red+Green+Blue) = 185+130+218=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #B982DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DA is #467D25. Grayscale: #9C9C9C. Windows color (decimal): -4619558 or 14320313. OLE color: 14320313.
HSL color Cylindrical-coordinate representation of color #B982DA: hue angle of 277.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B982DA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 130 | 218 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.15 |
| HSL | 277.5º | 0.54% | 0.68% | - |
| HSV(B) | 277.5º | 0.4% | 0.85% | - |
| XYZ | 40.65 | 31.34 | 70.24 | - |
| YUV | 156.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 218 | 0.15 | 0.40 | 0 | 0.15 | 277.5 | 0.54 | 0.68 |
| Hex | B9 | 82 | DA | F | 28 | 0 | F | 116 | 36 | 44 |
| Octal | 271 | 202 | 332 | 17 | 50 | 0 | 17 | 426 | 66 | 104 |
| Binary | 10111001 | 10000010 | 11011010 | 1111 | 101000 | 0 | 1111 | 100010110 | 110110 | 1000100 |
Color Harmonies of #B982DA
Complementary color
Monochromatic Colors of #B982DA
Black with #B982DA
Text Example
Text Example
White with #B982DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B982DA; }
p { color: rgb(185,130,218); }
H1.HeaderClassName
{
color: #B982DA;
}
.AnyTagClassName
{
color: #B982DA;
}
</style>
background-color css
<style>
a { background-color: #B982DA; }
a { background-color: rgb(185,130,218); }
div.DivClassName
{
background-color: #B982DA;
}
.BgClassName
{
background-color: #B982DA;
}
</style>
border-color css
<style>
span { border-color: #B982DA; }
span { border-color: rgb(185,130,218); }
td.TdClassName
{
border-color: #B982DA;
}
.TagClassName
{
border-color: #B982DA;
}
</style>