Shades of Wisteria #BF9DD1
Tints of Wisteria #BF9DD1
RGB
CMYK
RGB Variations
Color information
#BF9DD1 (or 0xBF9DD1) is known color: Wisteria. HEX triplet: BF, 9D and D1. RGB value is (191,157,209). Sum of RGB (Red+Green+Blue) = 191+157+209=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DD1 is #40622E. Grayscale: #ACACAC. Windows color (decimal): -4219439 or 13737407. OLE color: 13737407.
HSL color Cylindrical-coordinate representation of color #BF9DD1: hue angle of 279.23º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF9DD1 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 191 | 157 | 209 | - |
CMYK | 0.09 | 0.25 | 0 | 0.18 |
HSL | 279.23º | 0.36% | 0.72% | - |
HSV(B) | 279.23º | 0.25% | 0.82% | - |
XYZ | 45.05 | 39.79 | 65.63 | - |
YUV | 173.09 | 148.26 | 140.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 157 | 209 | 0.09 | 0.25 | 0 | 0.18 | 279.23 | 0.36 | 0.72 |
Hex | BF | 9D | D1 | 9 | 19 | 0 | 12 | 117 | 24 | 48 |
Octal | 277 | 235 | 321 | 11 | 31 | 0 | 22 | 427 | 44 | 110 |
Binary | 10111111 | 10011101 | 11010001 | 1001 | 11001 | 0 | 10010 | 100010111 | 100100 | 1001000 |
Color Harmonies of #BF9DD1
Complementary color
Monochromatic Colors of #BF9DD1
Black with #BF9DD1
Text Example
Text Example
White with #BF9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9DD1; }
p { color: rgb(191,157,209); }
H1.HeaderClassName
{
color: #BF9DD1;
}
.AnyTagClassName
{
color: #BF9DD1;
}
</style>
background-color css
<style>
a { background-color: #BF9DD1; }
a { background-color: rgb(191,157,209); }
div.DivClassName
{
background-color: #BF9DD1;
}
.BgClassName
{
background-color: #BF9DD1;
}
</style>
border-color css
<style>
span { border-color: #BF9DD1; }
span { border-color: rgb(191,157,209); }
td.TdClassName
{
border-color: #BF9DD1;
}
.TagClassName
{
border-color: #BF9DD1;
}
</style>