Shades of Wisteria #BF7DDC
Tints of Wisteria #BF7DDC
RGB
CMYK
RGB Variations
Color information
#BF7DDC (or 0xBF7DDC) is known color: Wisteria. HEX triplet: BF, 7D and DC. RGB value is (191,125,220). Sum of RGB (Red+Green+Blue) = 191+125+220=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DDC is #408223. Grayscale: #9B9B9B. Windows color (decimal): -4227620 or 14450111. OLE color: 14450111.
HSL color Cylindrical-coordinate representation of color #BF7DDC: hue angle of 281.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7DDC is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 125 | 220 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.14 |
| HSL | 281.68º | 0.58% | 0.68% | - |
| HSV(B) | 281.68º | 0.43% | 0.86% | - |
| XYZ | 41.74 | 30.91 | 71.48 | - |
| YUV | 155.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 220 | 0.13 | 0.43 | 0 | 0.14 | 281.68 | 0.58 | 0.68 |
| Hex | BF | 7D | DC | D | 2B | 0 | E | 11A | 3A | 44 |
| Octal | 277 | 175 | 334 | 15 | 53 | 0 | 16 | 432 | 72 | 104 |
| Binary | 10111111 | 1111101 | 11011100 | 1101 | 101011 | 0 | 1110 | 100011010 | 111010 | 1000100 |
Color Harmonies of #BF7DDC
Complementary color
Monochromatic Colors of #BF7DDC
Black with #BF7DDC
Text Example
Text Example
White with #BF7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DDC; }
p { color: rgb(191,125,220); }
H1.HeaderClassName
{
color: #BF7DDC;
}
.AnyTagClassName
{
color: #BF7DDC;
}
</style>
background-color css
<style>
a { background-color: #BF7DDC; }
a { background-color: rgb(191,125,220); }
div.DivClassName
{
background-color: #BF7DDC;
}
.BgClassName
{
background-color: #BF7DDC;
}
</style>
border-color css
<style>
span { border-color: #BF7DDC; }
span { border-color: rgb(191,125,220); }
td.TdClassName
{
border-color: #BF7DDC;
}
.TagClassName
{
border-color: #BF7DDC;
}
</style>