Shades of Wisteria #BC7DDA
Tints of Wisteria #BC7DDA
RGB
CMYK
RGB Variations
Color information
#BC7DDA (or 0xBC7DDA) is known color: Wisteria. HEX triplet: BC, 7D and DA. RGB value is (188,125,218). Sum of RGB (Red+Green+Blue) = 188+125+218=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DDA is #438225. Grayscale: #9A9A9A. Windows color (decimal): -4424230 or 14319036. OLE color: 14319036.
HSL color Cylindrical-coordinate representation of color #BC7DDA: hue angle of 280.65º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7DDA is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 125 | 218 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.15 |
| HSL | 280.65º | 0.56% | 0.67% | - |
| HSV(B) | 280.65º | 0.43% | 0.85% | - |
| XYZ | 40.73 | 30.42 | 70.05 | - |
| YUV | 154.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 218 | 0.14 | 0.43 | 0 | 0.15 | 280.65 | 0.56 | 0.67 |
| Hex | BC | 7D | DA | E | 2B | 0 | F | 119 | 38 | 43 |
| Octal | 274 | 175 | 332 | 16 | 53 | 0 | 17 | 431 | 70 | 103 |
| Binary | 10111100 | 1111101 | 11011010 | 1110 | 101011 | 0 | 1111 | 100011001 | 111000 | 1000011 |
Color Harmonies of #BC7DDA
Complementary color
Monochromatic Colors of #BC7DDA
Black with #BC7DDA
Text Example
Text Example
White with #BC7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DDA; }
p { color: rgb(188,125,218); }
H1.HeaderClassName
{
color: #BC7DDA;
}
.AnyTagClassName
{
color: #BC7DDA;
}
</style>
background-color css
<style>
a { background-color: #BC7DDA; }
a { background-color: rgb(188,125,218); }
div.DivClassName
{
background-color: #BC7DDA;
}
.BgClassName
{
background-color: #BC7DDA;
}
</style>
border-color css
<style>
span { border-color: #BC7DDA; }
span { border-color: rgb(188,125,218); }
td.TdClassName
{
border-color: #BC7DDA;
}
.TagClassName
{
border-color: #BC7DDA;
}
</style>