Shades of Wisteria #BF81DC
Tints of Wisteria #BF81DC
RGB
CMYK
RGB Variations
Color information
#BF81DC (or 0xBF81DC) is known color: Wisteria. HEX triplet: BF, 81 and DC. RGB value is (191,129,220). Sum of RGB (Red+Green+Blue) = 191+129+220=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81DC is #407E23. Grayscale: #9D9D9D. Windows color (decimal): -4226596 or 14451135. OLE color: 14451135.
HSL color Cylindrical-coordinate representation of color #BF81DC: hue angle of 280.88º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF81DC is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 129 | 220 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.14 |
| HSL | 280.88º | 0.57% | 0.68% | - |
| HSV(B) | 280.88º | 0.41% | 0.86% | - |
| XYZ | 42.25 | 31.94 | 71.65 | - |
| YUV | 157.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 220 | 0.13 | 0.41 | 0 | 0.14 | 280.88 | 0.57 | 0.68 |
| Hex | BF | 81 | DC | D | 29 | 0 | E | 119 | 39 | 44 |
| Octal | 277 | 201 | 334 | 15 | 51 | 0 | 16 | 431 | 71 | 104 |
| Binary | 10111111 | 10000001 | 11011100 | 1101 | 101001 | 0 | 1110 | 100011001 | 111001 | 1000100 |
Color Harmonies of #BF81DC
Complementary color
Monochromatic Colors of #BF81DC
Black with #BF81DC
Text Example
Text Example
White with #BF81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81DC; }
p { color: rgb(191,129,220); }
H1.HeaderClassName
{
color: #BF81DC;
}
.AnyTagClassName
{
color: #BF81DC;
}
</style>
background-color css
<style>
a { background-color: #BF81DC; }
a { background-color: rgb(191,129,220); }
div.DivClassName
{
background-color: #BF81DC;
}
.BgClassName
{
background-color: #BF81DC;
}
</style>
border-color css
<style>
span { border-color: #BF81DC; }
span { border-color: rgb(191,129,220); }
td.TdClassName
{
border-color: #BF81DC;
}
.TagClassName
{
border-color: #BF81DC;
}
</style>