Shades of Wisteria #BB97D2
Tints of Wisteria #BB97D2
RGB
CMYK
RGB Variations
Color information
#BB97D2 (or 0xBB97D2) is known color: Wisteria. HEX triplet: BB, 97 and D2. RGB value is (187,151,210). Sum of RGB (Red+Green+Blue) = 187+151+210=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB97D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97D2 is #44682D. Grayscale: #A8A8A8. Windows color (decimal): -4483118 or 13801403. OLE color: 13801403.
HSL color Cylindrical-coordinate representation of color #BB97D2: hue angle of 276.61º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB97D2 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 151 | 210 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.18 |
| HSL | 276.61º | 0.4% | 0.71% | - |
| HSV(B) | 276.61º | 0.28% | 0.82% | - |
| XYZ | 43.19 | 37.35 | 65.91 | - |
| YUV | 168.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 210 | 0.11 | 0.28 | 0 | 0.18 | 276.61 | 0.4 | 0.71 |
| Hex | BB | 97 | D2 | B | 1C | 0 | 12 | 115 | 28 | 47 |
| Octal | 273 | 227 | 322 | 13 | 34 | 0 | 22 | 425 | 50 | 107 |
| Binary | 10111011 | 10010111 | 11010010 | 1011 | 11100 | 0 | 10010 | 100010101 | 101000 | 1000111 |
Color Harmonies of #BB97D2
Complementary color
Monochromatic Colors of #BB97D2
Black with #BB97D2
Text Example
Text Example
White with #BB97D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB97D2; }
p { color: rgb(187,151,210); }
H1.HeaderClassName
{
color: #BB97D2;
}
.AnyTagClassName
{
color: #BB97D2;
}
</style>
background-color css
<style>
a { background-color: #BB97D2; }
a { background-color: rgb(187,151,210); }
div.DivClassName
{
background-color: #BB97D2;
}
.BgClassName
{
background-color: #BB97D2;
}
</style>
border-color css
<style>
span { border-color: #BB97D2; }
span { border-color: rgb(187,151,210); }
td.TdClassName
{
border-color: #BB97D2;
}
.TagClassName
{
border-color: #BB97D2;
}
</style>