Shades of Wisteria #BC7BE7
Tints of Wisteria #BC7BE7
RGB
CMYK
RGB Variations
Color information
#BC7BE7 (or 0xBC7BE7) is known color: Wisteria. HEX triplet: BC, 7B and E7. RGB value is (188,123,231). Sum of RGB (Red+Green+Blue) = 188+123+231=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC7BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BE7 is #438418. Grayscale: #9A9A9A. Windows color (decimal): -4424729 or 15170492. OLE color: 15170492.
HSL color Cylindrical-coordinate representation of color #BC7BE7: hue angle of 276.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7BE7 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 123 | 231 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.09 |
| HSL | 276.11º | 0.69% | 0.69% | - |
| HSV(B) | 276.11º | 0.47% | 0.91% | - |
| XYZ | 42.25 | 30.63 | 79.29 | - |
| YUV | 154.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 231 | 0.19 | 0.47 | 0 | 0.09 | 276.11 | 0.69 | 0.69 |
| Hex | BC | 7B | E7 | 13 | 2F | 0 | 9 | 114 | 45 | 45 |
| Octal | 274 | 173 | 347 | 23 | 57 | 0 | 11 | 424 | 105 | 105 |
| Binary | 10111100 | 1111011 | 11100111 | 10011 | 101111 | 0 | 1001 | 100010100 | 1000101 | 1000101 |
Color Harmonies of #BC7BE7
Complementary color
Monochromatic Colors of #BC7BE7
Black with #BC7BE7
Text Example
Text Example
White with #BC7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BE7; }
p { color: rgb(188,123,231); }
H1.HeaderClassName
{
color: #BC7BE7;
}
.AnyTagClassName
{
color: #BC7BE7;
}
</style>
background-color css
<style>
a { background-color: #BC7BE7; }
a { background-color: rgb(188,123,231); }
div.DivClassName
{
background-color: #BC7BE7;
}
.BgClassName
{
background-color: #BC7BE7;
}
</style>
border-color css
<style>
span { border-color: #BC7BE7; }
span { border-color: rgb(188,123,231); }
td.TdClassName
{
border-color: #BC7BE7;
}
.TagClassName
{
border-color: #BC7BE7;
}
</style>