Shades of Wisteria #BC84DA
Tints of Wisteria #BC84DA
RGB
CMYK
RGB Variations
Color information
#BC84DA (or 0xBC84DA) is known color: Wisteria. HEX triplet: BC, 84 and DA. RGB value is (188,132,218). Sum of RGB (Red+Green+Blue) = 188+132+218=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84DA is #437B25. Grayscale: #9E9E9E. Windows color (decimal): -4422438 or 14320828. OLE color: 14320828.
HSL color Cylindrical-coordinate representation of color #BC84DA: hue angle of 279.07º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC84DA is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 132 | 218 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.15 |
| HSL | 279.07º | 0.54% | 0.69% | - |
| HSV(B) | 279.07º | 0.39% | 0.85% | - |
| XYZ | 41.65 | 32.26 | 70.36 | - |
| YUV | 158.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 218 | 0.14 | 0.39 | 0 | 0.15 | 279.07 | 0.54 | 0.69 |
| Hex | BC | 84 | DA | E | 27 | 0 | F | 117 | 36 | 45 |
| Octal | 274 | 204 | 332 | 16 | 47 | 0 | 17 | 427 | 66 | 105 |
| Binary | 10111100 | 10000100 | 11011010 | 1110 | 100111 | 0 | 1111 | 100010111 | 110110 | 1000101 |
Color Harmonies of #BC84DA
Complementary color
Monochromatic Colors of #BC84DA
Black with #BC84DA
Text Example
Text Example
White with #BC84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84DA; }
p { color: rgb(188,132,218); }
H1.HeaderClassName
{
color: #BC84DA;
}
.AnyTagClassName
{
color: #BC84DA;
}
</style>
background-color css
<style>
a { background-color: #BC84DA; }
a { background-color: rgb(188,132,218); }
div.DivClassName
{
background-color: #BC84DA;
}
.BgClassName
{
background-color: #BC84DA;
}
</style>
border-color css
<style>
span { border-color: #BC84DA; }
span { border-color: rgb(188,132,218); }
td.TdClassName
{
border-color: #BC84DA;
}
.TagClassName
{
border-color: #BC84DA;
}
</style>