Shades of Wisteria #BF81D4
Tints of Wisteria #BF81D4
RGB
CMYK
RGB Variations
Color information
#BF81D4 (or 0xBF81D4) is known color: Wisteria. HEX triplet: BF, 81 and D4. RGB value is (191,129,212). Sum of RGB (Red+Green+Blue) = 191+129+212=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF81D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81D4 is #407E2B. Grayscale: #9C9C9C. Windows color (decimal): -4226604 or 13926847. OLE color: 13926847.
HSL color Cylindrical-coordinate representation of color #BF81D4: hue angle of 284.82º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF81D4 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 129 | 212 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.17 |
| HSL | 284.82º | 0.49% | 0.67% | - |
| HSV(B) | 284.82º | 0.39% | 0.83% | - |
| XYZ | 41.22 | 31.53 | 66.2 | - |
| YUV | 157 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 212 | 0.10 | 0.39 | 0 | 0.17 | 284.82 | 0.49 | 0.67 |
| Hex | BF | 81 | D4 | A | 27 | 0 | 11 | 11D | 31 | 43 |
| Octal | 277 | 201 | 324 | 12 | 47 | 0 | 21 | 435 | 61 | 103 |
| Binary | 10111111 | 10000001 | 11010100 | 1010 | 100111 | 0 | 10001 | 100011101 | 110001 | 1000011 |
Color Harmonies of #BF81D4
Complementary color
Monochromatic Colors of #BF81D4
Black with #BF81D4
Text Example
Text Example
White with #BF81D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81D4; }
p { color: rgb(191,129,212); }
H1.HeaderClassName
{
color: #BF81D4;
}
.AnyTagClassName
{
color: #BF81D4;
}
</style>
background-color css
<style>
a { background-color: #BF81D4; }
a { background-color: rgb(191,129,212); }
div.DivClassName
{
background-color: #BF81D4;
}
.BgClassName
{
background-color: #BF81D4;
}
</style>
border-color css
<style>
span { border-color: #BF81D4; }
span { border-color: rgb(191,129,212); }
td.TdClassName
{
border-color: #BF81D4;
}
.TagClassName
{
border-color: #BF81D4;
}
</style>