Shades of Wisteria #BC92DF
Tints of Wisteria #BC92DF
RGB
CMYK
RGB Variations
Color information
#BC92DF (or 0xBC92DF) is known color: Wisteria. HEX triplet: BC, 92 and DF. RGB value is (188,146,223). Sum of RGB (Red+Green+Blue) = 188+146+223=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92DF is #436D20. Grayscale: #A7A7A7. Windows color (decimal): -4418849 or 14652092. OLE color: 14652092.
HSL color Cylindrical-coordinate representation of color #BC92DF: hue angle of 272.73º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC92DF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 146 | 223 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.13 |
| HSL | 272.73º | 0.55% | 0.72% | - |
| HSV(B) | 272.73º | 0.35% | 0.87% | - |
| XYZ | 44.34 | 36.58 | 74.54 | - |
| YUV | 167.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 223 | 0.16 | 0.35 | 0 | 0.13 | 272.73 | 0.55 | 0.72 |
| Hex | BC | 92 | DF | 10 | 23 | 0 | D | 111 | 37 | 48 |
| Octal | 274 | 222 | 337 | 20 | 43 | 0 | 15 | 421 | 67 | 110 |
| Binary | 10111100 | 10010010 | 11011111 | 10000 | 100011 | 0 | 1101 | 100010001 | 110111 | 1001000 |
Color Harmonies of #BC92DF
Complementary color
Monochromatic Colors of #BC92DF
Black with #BC92DF
Text Example
Text Example
White with #BC92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92DF; }
p { color: rgb(188,146,223); }
H1.HeaderClassName
{
color: #BC92DF;
}
.AnyTagClassName
{
color: #BC92DF;
}
</style>
background-color css
<style>
a { background-color: #BC92DF; }
a { background-color: rgb(188,146,223); }
div.DivClassName
{
background-color: #BC92DF;
}
.BgClassName
{
background-color: #BC92DF;
}
</style>
border-color css
<style>
span { border-color: #BC92DF; }
span { border-color: rgb(188,146,223); }
td.TdClassName
{
border-color: #BC92DF;
}
.TagClassName
{
border-color: #BC92DF;
}
</style>