Shades of Wisteria #BC81DA
Tints of Wisteria #BC81DA
RGB
CMYK
RGB Variations
Color information
#BC81DA (or 0xBC81DA) is known color: Wisteria. HEX triplet: BC, 81 and DA. RGB value is (188,129,218). Sum of RGB (Red+Green+Blue) = 188+129+218=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81DA is #437E25. Grayscale: #9C9C9C. Windows color (decimal): -4423206 or 14320060. OLE color: 14320060.
HSL color Cylindrical-coordinate representation of color #BC81DA: hue angle of 279.78º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC81DA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 129 | 218 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.15 |
| HSL | 279.78º | 0.55% | 0.68% | - |
| HSV(B) | 279.78º | 0.41% | 0.85% | - |
| XYZ | 41.24 | 31.45 | 70.23 | - |
| YUV | 156.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 218 | 0.14 | 0.41 | 0 | 0.15 | 279.78 | 0.55 | 0.68 |
| Hex | BC | 81 | DA | E | 29 | 0 | F | 118 | 37 | 44 |
| Octal | 274 | 201 | 332 | 16 | 51 | 0 | 17 | 430 | 67 | 104 |
| Binary | 10111100 | 10000001 | 11011010 | 1110 | 101001 | 0 | 1111 | 100011000 | 110111 | 1000100 |
Color Harmonies of #BC81DA
Complementary color
Monochromatic Colors of #BC81DA
Black with #BC81DA
Text Example
Text Example
White with #BC81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81DA; }
p { color: rgb(188,129,218); }
H1.HeaderClassName
{
color: #BC81DA;
}
.AnyTagClassName
{
color: #BC81DA;
}
</style>
background-color css
<style>
a { background-color: #BC81DA; }
a { background-color: rgb(188,129,218); }
div.DivClassName
{
background-color: #BC81DA;
}
.BgClassName
{
background-color: #BC81DA;
}
</style>
border-color css
<style>
span { border-color: #BC81DA; }
span { border-color: rgb(188,129,218); }
td.TdClassName
{
border-color: #BC81DA;
}
.TagClassName
{
border-color: #BC81DA;
}
</style>