Shades of Wisteria #BC8FDF
Tints of Wisteria #BC8FDF
RGB
CMYK
RGB Variations
Color information
#BC8FDF (or 0xBC8FDF) is known color: Wisteria. HEX triplet: BC, 8F and DF. RGB value is (188,143,223). Sum of RGB (Red+Green+Blue) = 188+143+223=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FDF is #437020. Grayscale: #A5A5A5. Windows color (decimal): -4419617 or 14651324. OLE color: 14651324.
HSL color Cylindrical-coordinate representation of color #BC8FDF: hue angle of 273.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8FDF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 143 | 223 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.13 |
| HSL | 273.75º | 0.56% | 0.72% | - |
| HSV(B) | 273.75º | 0.36% | 0.87% | - |
| XYZ | 43.88 | 35.66 | 74.38 | - |
| YUV | 165.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 223 | 0.16 | 0.36 | 0 | 0.13 | 273.75 | 0.56 | 0.72 |
| Hex | BC | 8F | DF | 10 | 24 | 0 | D | 112 | 38 | 48 |
| Octal | 274 | 217 | 337 | 20 | 44 | 0 | 15 | 422 | 70 | 110 |
| Binary | 10111100 | 10001111 | 11011111 | 10000 | 100100 | 0 | 1101 | 100010010 | 111000 | 1001000 |
Color Harmonies of #BC8FDF
Complementary color
Monochromatic Colors of #BC8FDF
Black with #BC8FDF
Text Example
Text Example
White with #BC8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FDF; }
p { color: rgb(188,143,223); }
H1.HeaderClassName
{
color: #BC8FDF;
}
.AnyTagClassName
{
color: #BC8FDF;
}
</style>
background-color css
<style>
a { background-color: #BC8FDF; }
a { background-color: rgb(188,143,223); }
div.DivClassName
{
background-color: #BC8FDF;
}
.BgClassName
{
background-color: #BC8FDF;
}
</style>
border-color css
<style>
span { border-color: #BC8FDF; }
span { border-color: rgb(188,143,223); }
td.TdClassName
{
border-color: #BC8FDF;
}
.TagClassName
{
border-color: #BC8FDF;
}
</style>