Shades of Wisteria #BF8ACE
Tints of Wisteria #BF8ACE
RGB
CMYK
RGB Variations
Color information
#BF8ACE (or 0xBF8ACE) is known color: Wisteria. HEX triplet: BF, 8A and CE. RGB value is (191,138,206). Sum of RGB (Red+Green+Blue) = 191+138+206=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ACE is #407531. Grayscale: #A1A1A1. Windows color (decimal): -4224306 or 13535935. OLE color: 13535935.
HSL color Cylindrical-coordinate representation of color #BF8ACE: hue angle of 286.76º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF8ACE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 138 | 206 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.19 |
| HSL | 286.76º | 0.41% | 0.67% | - |
| HSV(B) | 286.76º | 0.33% | 0.81% | - |
| XYZ | 41.71 | 33.71 | 62.7 | - |
| YUV | 161.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 206 | 0.07 | 0.33 | 0 | 0.19 | 286.76 | 0.41 | 0.67 |
| Hex | BF | 8A | CE | 7 | 21 | 0 | 13 | 11F | 29 | 43 |
| Octal | 277 | 212 | 316 | 7 | 41 | 0 | 23 | 437 | 51 | 103 |
| Binary | 10111111 | 10001010 | 11001110 | 111 | 100001 | 0 | 10011 | 100011111 | 101001 | 1000011 |
Color Harmonies of #BF8ACE
Complementary color
Monochromatic Colors of #BF8ACE
Black with #BF8ACE
Text Example
Text Example
White with #BF8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8ACE; }
p { color: rgb(191,138,206); }
H1.HeaderClassName
{
color: #BF8ACE;
}
.AnyTagClassName
{
color: #BF8ACE;
}
</style>
background-color css
<style>
a { background-color: #BF8ACE; }
a { background-color: rgb(191,138,206); }
div.DivClassName
{
background-color: #BF8ACE;
}
.BgClassName
{
background-color: #BF8ACE;
}
</style>
border-color css
<style>
span { border-color: #BF8ACE; }
span { border-color: rgb(191,138,206); }
td.TdClassName
{
border-color: #BF8ACE;
}
.TagClassName
{
border-color: #BF8ACE;
}
</style>