Shades of Wisteria #BF9BCB
Tints of Wisteria #BF9BCB
RGB
CMYK
RGB Variations
Color information
#BF9BCB (or 0xBF9BCB) is known color: Wisteria. HEX triplet: BF, 9B and CB. RGB value is (191,155,203). Sum of RGB (Red+Green+Blue) = 191+155+203=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BCB is #406434. Grayscale: #ABABAB. Windows color (decimal): -4219957 or 13343679. OLE color: 13343679.
HSL color Cylindrical-coordinate representation of color #BF9BCB: hue angle of 285º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9BCB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 155 | 203 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.20 |
| HSL | 285º | 0.32% | 0.7% | - |
| HSV(B) | 285º | 0.24% | 0.8% | - |
| XYZ | 43.99 | 38.83 | 61.68 | - |
| YUV | 171.24 | 145.93 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 203 | 0.06 | 0.24 | 0 | 0.20 | 285 | 0.32 | 0.7 |
| Hex | BF | 9B | CB | 6 | 18 | 0 | 14 | 11D | 20 | 46 |
| Octal | 277 | 233 | 313 | 6 | 30 | 0 | 24 | 435 | 40 | 106 |
| Binary | 10111111 | 10011011 | 11001011 | 110 | 11000 | 0 | 10100 | 100011101 | 100000 | 1000110 |
Color Harmonies of #BF9BCB
Complementary color
Monochromatic Colors of #BF9BCB
Black with #BF9BCB
Text Example
Text Example
White with #BF9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9BCB; }
p { color: rgb(191,155,203); }
H1.HeaderClassName
{
color: #BF9BCB;
}
.AnyTagClassName
{
color: #BF9BCB;
}
</style>
background-color css
<style>
a { background-color: #BF9BCB; }
a { background-color: rgb(191,155,203); }
div.DivClassName
{
background-color: #BF9BCB;
}
.BgClassName
{
background-color: #BF9BCB;
}
</style>
border-color css
<style>
span { border-color: #BF9BCB; }
span { border-color: rgb(191,155,203); }
td.TdClassName
{
border-color: #BF9BCB;
}
.TagClassName
{
border-color: #BF9BCB;
}
</style>