Shades of Wisteria #BF84DC
Tints of Wisteria #BF84DC
RGB
CMYK
RGB Variations
Color information
#BF84DC (or 0xBF84DC) is known color: Wisteria. HEX triplet: BF, 84 and DC. RGB value is (191,132,220). Sum of RGB (Red+Green+Blue) = 191+132+220=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF84DC is #407B23. Grayscale: #9F9F9F. Windows color (decimal): -4225828 or 14451903. OLE color: 14451903.
HSL color Cylindrical-coordinate representation of color #BF84DC: hue angle of 280.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF84DC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 132 | 220 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.14 |
| HSL | 280.23º | 0.56% | 0.69% | - |
| HSV(B) | 280.23º | 0.4% | 0.86% | - |
| XYZ | 42.66 | 32.75 | 71.78 | - |
| YUV | 159.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 132 | 220 | 0.13 | 0.40 | 0 | 0.14 | 280.23 | 0.56 | 0.69 |
| Hex | BF | 84 | DC | D | 28 | 0 | E | 118 | 38 | 45 |
| Octal | 277 | 204 | 334 | 15 | 50 | 0 | 16 | 430 | 70 | 105 |
| Binary | 10111111 | 10000100 | 11011100 | 1101 | 101000 | 0 | 1110 | 100011000 | 111000 | 1000101 |
Color Harmonies of #BF84DC
Complementary color
Monochromatic Colors of #BF84DC
Black with #BF84DC
Text Example
Text Example
White with #BF84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF84DC; }
p { color: rgb(191,132,220); }
H1.HeaderClassName
{
color: #BF84DC;
}
.AnyTagClassName
{
color: #BF84DC;
}
</style>
background-color css
<style>
a { background-color: #BF84DC; }
a { background-color: rgb(191,132,220); }
div.DivClassName
{
background-color: #BF84DC;
}
.BgClassName
{
background-color: #BF84DC;
}
</style>
border-color css
<style>
span { border-color: #BF84DC; }
span { border-color: rgb(191,132,220); }
td.TdClassName
{
border-color: #BF84DC;
}
.TagClassName
{
border-color: #BF84DC;
}
</style>