Shades of Wisteria #BC7ADF
Tints of Wisteria #BC7ADF
RGB
CMYK
RGB Variations
Color information
#BC7ADF (or 0xBC7ADF) is known color: Wisteria. HEX triplet: BC, 7A and DF. RGB value is (188,122,223). Sum of RGB (Red+Green+Blue) = 188+122+223=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ADF is #438520. Grayscale: #989898. Windows color (decimal): -4424993 or 14645948. OLE color: 14645948.
HSL color Cylindrical-coordinate representation of color #BC7ADF: hue angle of 279.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7ADF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 122 | 223 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.13 |
| HSL | 279.21º | 0.61% | 0.68% | - |
| HSV(B) | 279.21º | 0.45% | 0.87% | - |
| XYZ | 41.02 | 29.94 | 73.43 | - |
| YUV | 153.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 223 | 0.16 | 0.45 | 0 | 0.13 | 279.21 | 0.61 | 0.68 |
| Hex | BC | 7A | DF | 10 | 2D | 0 | D | 117 | 3D | 44 |
| Octal | 274 | 172 | 337 | 20 | 55 | 0 | 15 | 427 | 75 | 104 |
| Binary | 10111100 | 1111010 | 11011111 | 10000 | 101101 | 0 | 1101 | 100010111 | 111101 | 1000100 |
Color Harmonies of #BC7ADF
Complementary color
Monochromatic Colors of #BC7ADF
Black with #BC7ADF
Text Example
Text Example
White with #BC7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ADF; }
p { color: rgb(188,122,223); }
H1.HeaderClassName
{
color: #BC7ADF;
}
.AnyTagClassName
{
color: #BC7ADF;
}
</style>
background-color css
<style>
a { background-color: #BC7ADF; }
a { background-color: rgb(188,122,223); }
div.DivClassName
{
background-color: #BC7ADF;
}
.BgClassName
{
background-color: #BC7ADF;
}
</style>
border-color css
<style>
span { border-color: #BC7ADF; }
span { border-color: rgb(188,122,223); }
td.TdClassName
{
border-color: #BC7ADF;
}
.TagClassName
{
border-color: #BC7ADF;
}
</style>